fix tooltip for merged account row
This commit is contained in:
parent
74196a65ed
commit
51b4279a06
|
@ -377,7 +377,7 @@ class RosterTooltip(NotificationAreaTooltip):
|
||||||
self.create_table()
|
self.create_table()
|
||||||
if not contacts or len(contacts) == 0:
|
if not contacts or len(contacts) == 0:
|
||||||
# Tooltip for merged accounts row
|
# Tooltip for merged accounts row
|
||||||
accounts = helpers.get_accounts_info()
|
accounts = helpers.get_notification_icon_tooltip_dict()
|
||||||
self.table.resize(2, 1)
|
self.table.resize(2, 1)
|
||||||
self.spacer_label = ''
|
self.spacer_label = ''
|
||||||
self.fill_table_with_accounts(accounts)
|
self.fill_table_with_accounts(accounts)
|
||||||
|
|
Loading…
Reference in New Issue