Skip to content
Snippets Groups Projects
Commit 81b46ba4 authored by Dicson's avatar Dicson
Browse files

update toolbar when the status has changed

parent 1ca3a759
No related branches found
No related tags found
No related merge requests found
......@@ -1466,6 +1466,7 @@ class ChatControlBase(MessageControl, ChatCommandProcessor, CommandTools):
self.msg_textview.set_sensitive(True)
self.msg_textview.set_editable(True)
# FIXME: Set sensitivity for toolbar
self.update_toolbar()
def got_disconnected(self):
self.msg_textview.set_sensitive(False)
......@@ -1474,6 +1475,7 @@ class ChatControlBase(MessageControl, ChatCommandProcessor, CommandTools):
self.no_autonegotiation = False
# FIXME: Set sensitivity for toolbar
self.update_toolbar()
################################################################################
......
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