This commit is contained in:
Nikos Kouremenos 2005-06-11 10:06:36 +00:00
parent 0fd8735c3b
commit 70402aace3
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ class Interface:
#We received a bookmark item from the server (JEP48)
#Open GC window if neccessary
if bm['autojoin']:
if bm['autojoin'] == '1':
jid = bm['jid']
self.roster.new_room(jid, bm['nick'], account)
self.windows[account]['gc'][jid].set_active_tab(jid)