reopen saved opened chat controls only once.

This commit is contained in:
Yann Leboulanger 2012-08-10 10:21:01 +02:00
parent 0c27348a18
commit d19cabeaa0
1 changed files with 2 additions and 0 deletions

View File

@ -2620,6 +2620,8 @@ class RosterWindow:
account, jid)
gajim.interface.on_open_chat_window(None, contact,
account)
gajim.config.set_per('accounts', acct, 'opened_chat_controls',
'')
gobject.idle_add(self.refilter_shown_roster_items)
def _nec_anonymous_auth(self, obj):