changeset 55029dc6e131 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=55029dc6e131
description: fix hidding info bar in chat control
diffstat:
src/chat_control.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 0fe298b10229 -r 55029dc6e131 src/chat_control.py
--- a/src/chat_control.py Mon Jan 09 17:40:02 2012 +0100
+++ b/src/chat_control.py Wed Jan 11 20:44:49 2012 +0100
@@ -3327,6 +3327,7 @@
self.info_bar_queue.remove(ib_msg)
if i == 0:
# We are removing the one currently displayed
+ self.info_bar.set_no_show_all(True)
self.info_bar.hide()
# show next one?
gobject.idle_add(self._info_bar_show_message)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits