Skip to content
Snippets Groups Projects
Commit a57d59ed authored by jimpp's avatar jimpp
Browse files

Don't redraw gc banner text when gc comes online, useless

parent 57355708
No related branches found
No related tags found
No related merge requests found
......@@ -729,7 +729,8 @@ class GroupchatControl(ChatControlBase):
def got_connected(self):
gajim.gc_connected[self.account][self.room_jid] = True
ChatControlBase.got_connected(self)
self.draw_banner()
# We don't redraw the whole banner here, because only icon change
self._update_banner_state_image()
def got_disconnected(self):
self.list_treeview.get_model().clear()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment