diff frontends/src/constants.py @ 1058:0a9986452bba

frontends: fixes bug with private message introduced with revision 1000 (6f1e03068b5f) + display messages from contacts not in roster
author souliane <souliane@mailoo.org>
date Thu, 29 May 2014 14:34:01 +0200
parents 242bd4fc654c
children 11e2bb20e896
line wrap: on
line diff
--- a/frontends/src/constants.py	Sun Jun 08 17:39:21 2014 +0200
+++ b/frontends/src/constants.py	Thu May 29 14:34:01 2014 +0200
@@ -75,3 +75,6 @@
         "composing": u'✎',
         "paused": u"⦷"
     }
+
+    # Roster
+    GROUP_NOT_IN_ROSTER = D_('Not in roster')