fix a typo
This commit is contained in:
parent
e906a096c9
commit
262df396b2
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue