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