diff frontends/src/quick_frontend/quick_chat.py @ 2040:f607349a01a4

quick frontend (chat): fixed messageNew signal dispatching when several widgets are handling the target
author Goffi <goffi@goffi.org>
date Sun, 21 Aug 2016 17:04:33 +0200
parents e3f1bd9dd009
children aff318d4a786
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat.py	Sun Aug 21 17:03:18 2016 +0200
+++ b/frontends/src/quick_frontend/quick_chat.py	Sun Aug 21 17:04:33 2016 +0200
@@ -180,7 +180,7 @@
 
 class QuickChat(quick_widgets.QuickWidget):
 
-    visible_states = ['chat_state']
+    visible_states = ['chat_state']  # FIXME: to be removed, used only in quick_games
 
     def __init__(self, host, target, type_=C.CHAT_ONE2ONE, occupants=None, subject=None, profiles=None):
         """