Skip to content

Commit 5021dd3

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 5021dd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

usr/lib/sticky/sticky.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,8 @@ def __init__(self, *args):
718718
'Toggle note visibility',
719719
None)
720720

721+
Gtk.Window.set_default_icon_name("sticky")
722+
721723
def do_command_line(self, command_line):
722724
options = command_line.get_options_dict()
723725
options = options.end().unpack()

0 commit comments

Comments
 (0)