bugfix
This commit is contained in:
parent
0fd8735c3b
commit
70402aace3
|
@ -577,7 +577,7 @@ class Interface:
|
||||||
#We received a bookmark item from the server (JEP48)
|
#We received a bookmark item from the server (JEP48)
|
||||||
|
|
||||||
#Open GC window if neccessary
|
#Open GC window if neccessary
|
||||||
if bm['autojoin']:
|
if bm['autojoin'] == '1':
|
||||||
jid = bm['jid']
|
jid = bm['jid']
|
||||||
self.roster.new_room(jid, bm['nick'], account)
|
self.roster.new_room(jid, bm['nick'], account)
|
||||||
self.windows[account]['gc'][jid].set_active_tab(jid)
|
self.windows[account]['gc'][jid].set_active_tab(jid)
|
||||||
|
|
Loading…
Reference in New Issue