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

clean up

parent 6b57a547
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,6 @@ class SystrayWin32(systray.Systray):
self.systray_context_menu = self.xml.get_widget('systray_context_menu')
self.systray_winapi = SystrayWINAPI(self.plugin.roster.window)
#self.systray_winapi.add_notify_icon(self.systray_context_menu)
self.xml.signal_autoconnect(self)
......@@ -239,9 +238,6 @@ class SystrayWin32(systray.Systray):
self.on_middle_click()
elif lparam == win32con.WM_LBUTTONUP: # Left click
self.on_left_click()
#self.systray_winapi.notify_icon.menu.popdown()
#self.systray_winapi.notify_icon.menu.popup(None, None, None, 0, 0)
def add_jid(self, jid, account):
print 'FIXME: add_jid'
......
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