changeset 811fd151a511 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=811fd151a511
description: don't close groupchat list window when we join one. Fixes #6031
diffstat:
src/disco.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 32c7d83b7579 -r 811fd151a511 src/disco.py
--- a/src/disco.py Mon Nov 01 21:34:17 2010 +0100
+++ b/src/disco.py Tue Nov 16 20:24:42 2010 +0100
@@ -1441,7 +1441,6 @@
pass
else:
gajim.interface.instances[self.account]['join_gc'].window.present()
- self.window.destroy(chain = True)
def update_actions(self):
if self.execute_button:
@@ -1846,7 +1845,6 @@
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)
def update_actions(self):
sens =
self.window.services_treeview.get_selection().count_selected_rows()
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits