correctly set join muc dialog when we select one in browse muc dilog.
This commit is contained in:
parent
1d0ed41d15
commit
2d9c32c16e
|
@ -1843,6 +1843,8 @@ class MucBrowser(AgentBrowser):
|
|||
except GajimGeneralException:
|
||||
pass
|
||||
else:
|
||||
gajim.interface.instances[self.account]['join_gc']._set_room_jid(
|
||||
service)
|
||||
gajim.interface.instances[self.account]['join_gc'].window.present()
|
||||
self.window.destroy(chain = True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue