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

typo

parent 9e58a5b6
No related branches found
No related tags found
No related merge requests found
......@@ -221,10 +221,11 @@ class Systray:
acc['chats'][jid].set_active_tab(jid)
acc['chats'][jid].window.present()
if event.button == 2: # middle click
win = self.plugin.roster.window
if win.flags() & gtk.VISIBLE:
self.plugin.roster.window.hide()
win.hide()
else:
self.plugin.roster.window.present()
win.present()
if event.button == 3: # right click
self.make_menu(event)
......
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