[gnome-music] Set the icon name of the window as "gnome-music"
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Set the icon name of the window as "gnome-music"
- Date: Wed, 16 Apr 2014 09:24:31 +0000 (UTC)
commit bed844690c924f50ab71d02d4da195fc1a24f18e
Author: Yosef Or Boczko <yoseforb src gnome org>
Date: Wed Apr 16 12:08:47 2014 +0300
Set the icon name of the window as "gnome-music"
https://bugzilla.gnome.org/show_bug.cgi?id=728323
gnomemusic/window.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index d8f7417..ca55ca2 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -66,6 +66,7 @@ class Window(Gtk.ApplicationWindow):
selectNone.connect('activate', self._on_select_none)
self.add_action(selectNone)
self.set_size_request(200, 100)
+ self.set_icon_name('gnome-music')
size_setting = self.settings.get_value('window-size')
if isinstance(size_setting[0], int) and isinstance(size_setting[1], int):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]