correctly set join muc dialog when we select one in browse muc dilog.

This commit is contained in:
Yann Leboulanger 2010-07-22 22:09:11 +02:00
parent 1d0ed41d15
commit 2d9c32c16e
1 changed files with 2 additions and 0 deletions

View File

@ -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)