[gnome-music/gnome-3-12] 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/gnome-3-12] Set the icon name of the window as "gnome-music"
- Date: Wed, 16 Apr 2014 09:25:24 +0000 (UTC)
commit 8eda171ad52eeafa181d900be569977f45eb7108
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 aea0b4f..49702ab 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -71,6 +71,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]