changeset 245139cb54d5 in /home/hg/repos/gajim

branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=245139cb54d5
description: disable rfilter only when we have finished getting the correct 
iter. Fixes #7430

diffstat:

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

diffs (12 lines):

diff -r 8d24454b2be0 -r 245139cb54d5 src/roster_window.py
--- a/src/roster_window.py      Fri Aug 16 09:34:01 2013 +0200
+++ b/src/roster_window.py      Fri Aug 16 09:39:10 2013 +0200
@@ -4051,7 +4051,7 @@
                 self.tree.expand_row(path, False)
             return
         if self.rfilter_enabled:
-            self.disable_rfilter()
+            gobject.idle_add(self.disable_rfilter)
         jid = model[path][C_JID].decode('utf-8')
         resource = None
         contact = gajim.contacts.get_contact_with_highest_priority(account, 
jid)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to