diff frontends/src/quick_frontend/constants.py @ 1342:e31a07a5614d frontends_multi_profiles

quick_frontends, primitivus (contact list): added nick observer + implemented onNickUpdate
author Goffi <goffi@goffi.org>
date Tue, 24 Feb 2015 17:14:10 +0100
parents f8bd40509a2d
children a39d2db03c80
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py	Tue Feb 24 17:01:33 2015 +0100
+++ b/frontends/src/quick_frontend/constants.py	Tue Feb 24 17:14:10 2015 +0100
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 from sat.core import constants
-from sat.core.i18n import _, D_
+from sat.core.i18n import _
 from collections import OrderedDict  # only available from python 2.7
 
 
@@ -71,4 +71,4 @@
     WIDGET_RAISE = 'RAISE'
     WIDGET_RECREATE = 'RECREATE'
 
-    LISTENERS = {'avatar', 'presence'}
+    LISTENERS = {'avatar', 'nick', 'presence'}