fix hidding info bar in chat control
This commit is contained in:
parent
d4f6ac9307
commit
9e2c1caeac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue