Show offline contacts in the roster when starting Gajim (if the corresponding option is set)

This commit is contained in:
Denis Fomin 2010-11-22 12:30:57 +03:00
parent 139a4b9d87
commit 9921ae9122
1 changed files with 1 additions and 0 deletions

View File

@ -1356,6 +1356,7 @@ class RosterWindow:
else:
self.draw_completely(jid, account)
yield True
self.refilter_shown_roster_items()
yield False
task = _draw_all_contacts(jids, account)