changeset afc9889d75c5 in /home/hg/repos/gajim-plugins

author: Bahtiar `kalkin-` Gadimov <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=afc9889d75c5
description: Do not use unicode LOCK & LOCK_OPEN chars - #25

diffstat:

 omemo/ui.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1d4888f206b1 -r afc9889d75c5 omemo/ui.py
--- a/omemo/ui.py       Sun Jan 10 16:51:11 2016 +0100
+++ b/omemo/ui.py       Sun Jan 10 16:58:49 2016 +0100
@@ -77,7 +77,7 @@
             self.plugin.omemo_enable_for(self.contact)
             self.chat_control._show_lock_image(True, 'OMEMO', True, True, 
False)
             self.chat_control.print_conversation_line(
-                u'\U0001F512 OMEMO encryption enabled ', 'status', '', None)
+                u'OMEMO encryption enabled ', 'status', '', None)
         else:
             log.info(self.contact.account.name + ' ⇒ Disable OMEMO for ' +
                      self.contact.jid)
@@ -85,7 +85,7 @@
             self.chat_control._show_lock_image(False, 'OMEMO', False, True,
                                                False)
             self.chat_control.print_conversation_line(
-                u'\U0001F513 OMEMO encryption disabled', 'status', '', None)
+                u'OMEMO encryption disabled', 'status', '', None)
 
 
 def _add_widget(widget, chat_control):
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to