diff src/browser/sat_browser/editor_widget.py @ 684:e876f493dccc

browser_side: follow changes made on quick_frontend for chat states and MUC symbols + minor fixes following the refactorisation: - some MUC handlers are no more needed, the presence handler is enough - move the chat states logic to quick_frontend - display MUC games symbols - remove classes contact_list.ContactsPanel, contact_panel.Occupant and contact_panel.OccupantsList - move buildPresenceStyle and setPresenceStyle to html_tools - fixes games menu callback
author souliane <souliane@mailoo.org>
date Wed, 18 Mar 2015 10:17:04 +0100
parents 6d3142b782c3
children 9877607c719a
line wrap: on
line diff
--- a/src/browser/sat_browser/editor_widget.py	Thu Mar 19 20:41:46 2015 +0100
+++ b/src/browser/sat_browser/editor_widget.py	Wed Mar 18 10:17:04 2015 +0100
@@ -75,7 +75,7 @@
 
     def _onComposing(self):
         """Callback when the user is composing a text."""
-        self.host.selected_widget.state_machine._onEvent("composing")
+        self.host.selected_widget.chat_state_machine._onEvent("composing")
 
     def onMouseUp(self, sender, x, y):
         size = (self.getOffsetWidth(), self.getOffsetHeight())