fix a typo

This commit is contained in:
Yann Leboulanger 2007-08-06 09:13:06 +00:00
parent e906a096c9
commit 262df396b2
1 changed files with 1 additions and 2 deletions

View File

@ -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()