bugfix
This commit is contained in:
parent
058b326e60
commit
f804c04d59
|
@ -154,6 +154,7 @@ class Tabbed_chat_window(chat.Chat):
|
||||||
del self.users[jid]
|
del self.users[jid]
|
||||||
|
|
||||||
jid = self.get_active_jid() # get the new active jid
|
jid = self.get_active_jid() # get the new active jid
|
||||||
|
if jid != '':
|
||||||
nontabbed_status_image = self.xmls[jid].get_widget(
|
nontabbed_status_image = self.xmls[jid].get_widget(
|
||||||
'nontabbed_status_image')
|
'nontabbed_status_image')
|
||||||
if len(self.xmls) > 1:
|
if len(self.xmls) > 1:
|
||||||
|
|
Loading…
Reference in New Issue