[whiteboard] Fix printing status message

This commit is contained in:
Philipp Hörist
2019-08-21 21:50:40 +02:00
parent ddebd9381b
commit 7c00ed80a3

View File

@@ -349,7 +349,7 @@ class Base(object):
self.enable_action(False)
if reason:
txt = _('Whiteboard stopped: %(reason)s') % {'reason': reason}
self.chat_control.print_conversation(txt, 'info')
self.chat_control.add_status_message(txt)
if not self.whiteboard:
return
hbox = self.chat_control.xml.get_object('chat_control_hbox')