From 262df396b26f44546eeaa8708693751abf77694e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 6 Aug 2007 09:13:06 +0000 Subject: [PATCH] fix a typo --- src/tooltips.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tooltips.py b/src/tooltips.py index 8edae2f6d..62ff78e7c 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -441,8 +441,7 @@ class RosterTooltip(NotificationAreaTooltip): iconset = gajim.config.get('iconset') if not iconset: iconset = 'dcraven' - file_path = os.path.join(helpers.get_iconset_path(iconsets), - '16x16') + file_path = os.path.join(helpers.get_iconset_path(iconset), '16x16') contact_keys = contacts_dict.keys() contact_keys.sort()