show Merged account in account row correctly. Fixes #2406
This commit is contained in:
parent
56c01ceace
commit
5c73441078
|
@ -192,6 +192,8 @@ class RosterWindow:
|
|||
else:
|
||||
model[iter][C_SECPIXBUF] = None
|
||||
path = model.get_path(iter)
|
||||
if self.regroup:
|
||||
account = _('Merged accounts')
|
||||
if self.tree.row_expanded(path):
|
||||
model[iter][C_NAME] = account
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue