changeset cb335fd73a31 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=cb335fd73a31
description: ignore presences when nothing changed (status, status message, 
prio). Fixes #7210

diffstat:

 src/common/connection_handlers.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a61b09fd9534 -r cb335fd73a31 src/common/connection_handlers.py
--- a/src/common/connection_handlers.py Wed Sep 19 17:20:45 2012 +0200
+++ b/src/common/connection_handlers.py Wed Sep 26 16:03:18 2012 +0200
@@ -844,7 +844,7 @@
 
             if obj.old_show == obj.new_show and obj.contact.status == \
             obj.status and obj.contact.priority == obj.prio: # no change
-                return
+                return True
         else:
             obj.contact = gajim.contacts.get_first_contact_from_jid(account,
                 jid)
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to