disable rfilter only when we have finished getting the correct iter. Fixes #7430

This commit is contained in:
Yann Leboulanger 2013-08-16 09:39:10 +02:00
parent b8edf8ed64
commit 3f4b0bf160
1 changed files with 1 additions and 1 deletions

View File

@ -4051,7 +4051,7 @@ class RosterWindow:
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)