[gnome-dvb-daemon] Use the "video-x-generic" icon instead of "video" one
- From: Sebastian Polsterl <sebp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dvb-daemon] Use the "video-x-generic" icon instead of "video" one
- Date: Wed, 1 Mar 2017 20:31:25 +0000 (UTC)
commit 1fbd06ff1c01f4481de8e79e879b7c907b9f909a
Author: Laurent Bigonville <bigon bigon be>
Date: Tue Feb 21 17:34:43 2017 +0100
Use the "video-x-generic" icon instead of "video" one
The "video" icon was only shipped in the now deprecated "gnome" icon
theme. Use the "video-x-generic" icon instead which is shipped in
Adwaita and the other XDG themes.
https://bugzilla.gnome.org/show_bug.cgi?id=779027
.../ui/controlcenter/ControlCenterWindow.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/client/gnomedvb/ui/controlcenter/ControlCenterWindow.py
b/client/gnomedvb/ui/controlcenter/ControlCenterWindow.py
index e3baa1f..b68b5d4 100644
--- a/client/gnomedvb/ui/controlcenter/ControlCenterWindow.py
+++ b/client/gnomedvb/ui/controlcenter/ControlCenterWindow.py
@@ -224,7 +224,7 @@ class ControlCenterWindow(Gtk.Window):
self.timersitem.set_image(timers_image)
self.timersitem.set_sensitive(False)
- recordings_image = Gtk.Image.new_from_icon_name("video", Gtk.IconSize.MENU)
+ recordings_image = Gtk.Image.new_from_icon_name("video-x-generic", Gtk.IconSize.MENU)
recordings_image.show()
recordings = uimanager.get_widget('/MenuBar/Timers/Recordings')
@@ -273,7 +273,7 @@ class ControlCenterWindow(Gtk.Window):
self.button_display_timers.show()
self.toolbar.insert(self.button_display_timers, 0)
- recordings_image = Gtk.Image.new_from_icon_name("video", Gtk.IconSize.MENU)
+ recordings_image = Gtk.Image.new_from_icon_name("video-x-generic", Gtk.IconSize.MENU)
recordings_image.show()
button_recordings = Gtk.ToolButton(icon_widget=recordings_image, label=_("Recordings"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]