changeset 00cba73b45cb in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=00cba73b45cb
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 4f55e5523c0c -r 00cba73b45cb 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
@@ -4069,7 +4069,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]
         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