Skip to content
Snippets Groups Projects
Commit 6c57428c authored by nkour's avatar nkour
Browse files

fix identation

parent 24e9188a
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ class Systray:
if event is None: # None means windows (we explicitly popup in systraywin32.py)
#fixme: make me translatable or find a good way to workaround this
if self.added_hide_menuitem is False:
self.systray_context_menu.prepend(gtk.SeparatorMenuItem())
self.systray_context_menu.prepend(gtk.SeparatorMenuItem())
item = gtk.MenuItem('Hide this menu')
self.systray_context_menu.prepend(item)
self.added_hide_menuitem = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment