Show offline contacts in the roster when starting Gajim (if the corresponding option is set)
This commit is contained in:
parent
139a4b9d87
commit
9921ae9122
1 changed files with 1 additions and 0 deletions
|
@ -1356,6 +1356,7 @@ class RosterWindow:
|
||||||
else:
|
else:
|
||||||
self.draw_completely(jid, account)
|
self.draw_completely(jid, account)
|
||||||
yield True
|
yield True
|
||||||
|
self.refilter_shown_roster_items()
|
||||||
yield False
|
yield False
|
||||||
|
|
||||||
task = _draw_all_contacts(jids, account)
|
task = _draw_all_contacts(jids, account)
|
||||||
|
|
Loading…
Add table
Reference in a new issue