don't close groupchat list window when we join one. Fixes #6031
This commit is contained in:
parent
a8fe65ab95
commit
1ed5de8f44
|
@ -1459,7 +1459,6 @@ class ToplevelAgentBrowser(AgentBrowser):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
gajim.interface.instances[self.account]['join_gc'].window.present()
|
gajim.interface.instances[self.account]['join_gc'].window.present()
|
||||||
self.window.destroy(chain = True)
|
|
||||||
|
|
||||||
def update_actions(self):
|
def update_actions(self):
|
||||||
if self.execute_button:
|
if self.execute_button:
|
||||||
|
@ -1864,7 +1863,6 @@ class MucBrowser(AgentBrowser):
|
||||||
gajim.interface.instances[self.account]['join_gc']._set_room_jid(
|
gajim.interface.instances[self.account]['join_gc']._set_room_jid(
|
||||||
service)
|
service)
|
||||||
gajim.interface.instances[self.account]['join_gc'].window.present()
|
gajim.interface.instances[self.account]['join_gc'].window.present()
|
||||||
self.window.destroy(chain = True)
|
|
||||||
|
|
||||||
def update_actions(self):
|
def update_actions(self):
|
||||||
sens = self.window.services_treeview.get_selection().count_selected_rows()
|
sens = self.window.services_treeview.get_selection().count_selected_rows()
|
||||||
|
|
Loading…
Reference in New Issue