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 56acdd2b56
commit f5c0012190
1 changed files with 1 additions and 1 deletions

View File

@ -4069,7 +4069,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]
resource = None
contact = gajim.contacts.get_contact_with_highest_priority(account, jid)