use new icon name for podcast pause subscription

This commit is contained in:
Eric Le Lay 2020-03-01 11:41:14 +01:00 committed by auouymous
parent 0eb50ca34e
commit f6588c79ea
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ class PodcastListModel(Gtk.ListStore):
self._max_image_side = 40
self._cover_downloader = cover_downloader
self.ICON_DISABLED = 'gtk-media-pause'
self.ICON_DISABLED = 'media-playback-pause'
self.ICON_ERROR = 'dialog-warning'
def _filter_visible_func(self, model, iter, misc):