bugfix : offline now works in systray popup menu (thanks junix)

This commit is contained in:
Yann Leboulanger 2005-01-06 12:47:24 +00:00
parent b870a29f46
commit 43e32524d3
1 changed files with 1 additions and 1 deletions

View File

@ -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):