Skip to content

Commit c513a63

Browse files
committed
Set window icon
This ensures that the notes manager and the preferences dialog has the proper window icon.
1 parent 1648aee commit c513a63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

usr/lib/sticky/sticky.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,9 @@ def do_activate(self):
752752

753753
Gtk.Application.do_activate(self)
754754

755+
GLib.set_prgname("sticky")
756+
Gtk.Window.set_default_icon_name("sticky")
757+
755758
self.settings = Gio.Settings(schema_id=SCHEMA)
756759

757760
self.dummy_window = Gtk.Window(title=_("Notes"), default_height=1, default_width=1, decorated=False, deletable=False, name='dummy-window')

0 commit comments

Comments
 (0)