changeset 351a5e7b8390 in /home/hg/repos/gajim-plugins

author: lovetox <[email protected]>
branches: 
details:gajim-plugins?cmd=changeset;node=351a5e7b8390
description: Small code formatting change

diffstat:

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

diffs (17 lines):

diff -r 59bea73d63d2 -r 351a5e7b8390 omemo/ui.py
--- a/omemo/ui.py       Fri Jun 10 03:05:35 2016 +0200
+++ b/omemo/ui.py       Fri Jun 10 13:03:23 2016 +0200
@@ -123,9 +123,10 @@
             'Your next message will still be encrypted!', 'status', '', None)
 
     def WarnIfUndecidedFingerprints(self):
-        if 
self.state.store.identityKeyStore.getUndecidedFingerprints(self.contact.jid):
-            msg = "You received a new Fingerprint. " + \
-                  "Until you make a trust decision you can only " + \
+        if self.state.store.identityKeyStore. \
+                getUndecidedFingerprints(self.contact.jid):
+            msg = "You received a new Fingerprint. " \
+                  "Until you make a trust decision you can only " \
                   "receive encrypted Messages from that Device."
             self.chat_control.print_conversation_line(msg, 'status', '', None)
         self.refreshAuthLockSymbol()
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to