changeset 619d5588f868 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=619d5588f868
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 68d0e4b51d39 -r 619d5588f868 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
@@ -3278,6 +3278,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

Reply via email to