Show offline contacts in the roster when starting Gajim (if the corresponding option is set)
This commit is contained in:
parent
139a4b9d87
commit
9921ae9122
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue