Philipp Hörist pushed to branch master at gajim / gajim

Commits:
e4936060 by Philipp Hörist at 2017-07-31T19:30:18+02:00
Fix typo

- - - - -


1 changed file:

- gajim/common/connection_handlers.py


Changes:

=====================================
gajim/common/connection_handlers.py
=====================================
--- a/gajim/common/connection_handlers.py
+++ b/gajim/common/connection_handlers.py
@@ -966,7 +966,7 @@ class ConnectionHandlersBase:
 
             if obj.old_show == obj.new_show and obj.contact.status == \
             obj.status and obj.contact.priority == obj.prio and \
-            obj.contact.idle_time = obj.idle_time: # no change
+            obj.contact.idle_time == obj.idle_time: # no change
                 return True
         else:
             obj.contact = gajim.contacts.get_first_contact_from_jid(account,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/e493606070b63bb077d9c51b24eb7ea4b971fca9

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/e493606070b63bb077d9c51b24eb7ea4b971fca9
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to