show Merged account in account row correctly. Fixes #2406

This commit is contained in:
Yann Leboulanger 2006-09-10 09:48:31 +00:00
parent 56c01ceace
commit 5c73441078
1 changed files with 2 additions and 0 deletions

View File

@ -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: