bugfix : offline now works in systray popup menu (thanks junix)
This commit is contained in:
parent
b870a29f46
commit
43e32524d3
|
@ -1990,7 +1990,7 @@ class systray:
|
|||
self.set_img()
|
||||
|
||||
def set_cb(self, widget, status):
|
||||
statuss = ['online', 'away', 'xa', 'dnd', 'invisible', 'vide', 'offline']
|
||||
statuss = ['online', 'away', 'xa', 'dnd', 'invisible', 'offline']
|
||||
self.plugin.roster.cb.set_active(statuss.index(status))
|
||||
|
||||
def start_chat(self, widget, account, jid):
|
||||
|
|
Loading…
Reference in New Issue