little bugfix
This commit is contained in:
parent
32f879a821
commit
2df99a76a9
1 changed files with 1 additions and 1 deletions
|
@ -2420,7 +2420,7 @@ class systray:
|
||||||
jid = self.jids[0][1]
|
jid = self.jids[0][1]
|
||||||
if self.plugin.windows[account]['gc'].has_key(jid):
|
if self.plugin.windows[account]['gc'].has_key(jid):
|
||||||
self.plugin.windows[account]['gc'][jid].window.present()
|
self.plugin.windows[account]['gc'][jid].window.present()
|
||||||
if self.plugin.windows[account]['chats'].has_key(jid):
|
elif self.plugin.windows[account]['chats'].has_key(jid):
|
||||||
self.plugin.windows[account]['chats'][jid].window.present()
|
self.plugin.windows[account]['chats'][jid].window.present()
|
||||||
else:
|
else:
|
||||||
self.plugin.roster.new_chat(
|
self.plugin.roster.new_chat(
|
||||||
|
|
Loading…
Add table
Reference in a new issue