From 9e2c1caeac82d7f82995a25c23242afe8d14eb8b Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 11 Jan 2012 20:44:49 +0100
Subject: [PATCH] fix hidding info bar in chat control

---
 src/chat_control.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/chat_control.py b/src/chat_control.py
index 33bf6c9509..f60e030a0d 100644
--- a/src/chat_control.py
+++ b/src/chat_control.py
@@ -3278,6 +3278,7 @@ class ChatControl(ChatControlBase):
                     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)
-- 
GitLab