fix hidding info bar in chat control

This commit is contained in:
Yann Leboulanger 2012-01-11 20:44:49 +01:00
parent d4f6ac9307
commit 9e2c1caeac
1 changed files with 1 additions and 0 deletions

View File

@ -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)