Skip to content
Snippets Groups Projects
Commit 8217c4e2 authored by Sébastien Helleu's avatar Sébastien Helleu
Browse files

Add support of message "_buffer_cleared"

parent b8af54aa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -458,6 +458,8 @@ class MainWindow(QTGUI.QMainWindow):
elif message.msgid == '_buffer_title_changed':
self.buffers[index].data['title'] = item['title']
self.buffers[index].update_title()
elif message.msgid == '_buffer_cleared':
self.buffers[index].widget.chat.clear()
elif message.msgid.startswith('_buffer_localvar_'):
self.buffers[index].data['local_variables'] = \
item['local_variables']
Loading
Loading
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