From 51b4279a06842fb01e27c5fbfce45c91631ad271 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 5 Jul 2007 16:36:54 +0000 Subject: [PATCH] fix tooltip for merged account row --- src/tooltips.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tooltips.py b/src/tooltips.py index 5b9c101b2..04edc74bf 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -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)