Skip to content
Snippets Groups Projects
Commit b8f40f78 authored by jimpp's avatar jimpp
Browse files

typo in [7921]

parent f6a0fe47
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ class StatusIcon(systray.Systray):
def show_icon(self):
if not self.status_icon:
self.status_icon - gtk.StatusIcon()
self.status_icon = gtk.StatusIcon()
self.status_icon.connect('activate', self.on_status_icon_left_clicked)
self.status_icon.connect('popup-menu',
self.on_status_icon_right_clicked)
......
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