changeset fc299c3f9e9c in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=fc299c3f9e9c
description: correctly get minimized room

diffstat:

 src/common/connection_handlers.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 08245526b03f -r fc299c3f9e9c src/common/connection_handlers.py
--- a/src/common/connection_handlers.py Tue Oct 13 07:53:05 2009 +0200
+++ b/src/common/connection_handlers.py Tue Oct 13 12:56:14 2009 +0200
@@ -2281,7 +2281,8 @@
                                # this solution might have an impact on the 
performance.
                                if gc_control is None and \
                                room_jid in 
gajim.interface.minimized_controls[self.name]:
-                                       gc_control = control
+                                       gc_control = 
gajim.interface.minimized_controls[self.name][
+                                               room_jid]
 
                                if errcode == '502':
                                        # Internal Timeout:
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to