Skip to content
Snippets Groups Projects
Commit 51b4279a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix tooltip for merged account row

parent 74196a65
No related branches found
No related tags found
No related merge requests found
......@@ -377,7 +377,7 @@ class RosterTooltip(NotificationAreaTooltip):
self.create_table()
if not contacts or len(contacts) == 0:
# Tooltip for merged accounts row
accounts = helpers.get_accounts_info()
accounts = helpers.get_notification_icon_tooltip_dict()
self.table.resize(2, 1)
self.spacer_label = ''
self.fill_table_with_accounts(accounts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment