Missing var
This commit is contained in:
parent
fe586078c9
commit
7568098412
|
@ -1527,6 +1527,7 @@ class MucBrowser(AgentBrowser):
|
|||
if not iter:
|
||||
return
|
||||
service = model[iter][0].decode('utf-8')
|
||||
room = model[iter][1].decode('utf-8')
|
||||
if 'join_gc' not in gajim.interface.instances[self.account]:
|
||||
try:
|
||||
room_jid = '%s@%s' % (service, room)
|
||||
|
|
Loading…
Reference in New Issue