[gnome-music] window: Set default icon
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] window: Set default icon
- Date: Sun, 3 Sep 2017 14:55:56 +0000 (UTC)
commit 78661ca772ab17f2f237fad2b15db459849a6fd6
Author: Rober Greener <robert agreener uk>
Date: Sun Sep 3 16:41:52 2017 +0200
window: Set default icon
Set default icon instead of just window icon, so it gets picked up by
pulseaudio as application property. Fixes the incorrect icon showing in
gnome-control-center.
https://bugzilla.gnome.org/show_bug.cgi?id=709073
gnomemusic/window.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index 71b7a99..60372d7 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -77,7 +77,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')
+ self.set_default_icon_name('gnome-music')
self.notification_handler = None
self._loading_counter = 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]