redraw account row when we add the first child. fixes #2576
This commit is contained in:
parent
9ea82566d5
commit
1a2cb6a071
|
@ -343,6 +343,8 @@ class RosterWindow:
|
|||
self.jabber_state_images['16']['closed'],
|
||||
gtkgui_helpers.escape_for_pango_markup(group), 'group',
|
||||
group, account, False, None])
|
||||
if model.iter_n_children(IterAcct) == 1: # We added the first one
|
||||
self.draw_account(account)
|
||||
if group not in gajim.groups[account]: # It can probably never append
|
||||
if account + group in self.collapsed_rows:
|
||||
ishidden = False
|
||||
|
|
Loading…
Reference in New Issue