Yann Leboulanger pushed to branch xep-0319 at gajim / gajim

Commits:
67ed9bd4 by Yann Leboulanger at 2017-07-31T17:26:00+02:00
Merge branch 'xep-0319' of dev.gajim.org:gajim/gajim into xep-0319

- - - - -
6c14a74c by Yann Leboulanger at 2017-07-31T17:26:11+02:00
Merge branch 'xep-0319' of dev.gajim.org:gajim/gajim into xep-0319

- - - - -


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
@@ -967,7 +967,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/compare/8a6f7997a64b566eb8c21832d98bf3a17c73faf4...6c14a74ccdddfa567c284235128f90dc5c63978b
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to