fix a typo
This commit is contained in:
parent
e906a096c9
commit
262df396b2
1 changed files with 1 additions and 2 deletions
|
@ -441,8 +441,7 @@ class RosterTooltip(NotificationAreaTooltip):
|
||||||
iconset = gajim.config.get('iconset')
|
iconset = gajim.config.get('iconset')
|
||||||
if not iconset:
|
if not iconset:
|
||||||
iconset = 'dcraven'
|
iconset = 'dcraven'
|
||||||
file_path = os.path.join(helpers.get_iconset_path(iconsets),
|
file_path = os.path.join(helpers.get_iconset_path(iconset), '16x16')
|
||||||
'16x16')
|
|
||||||
|
|
||||||
contact_keys = contacts_dict.keys()
|
contact_keys = contacts_dict.keys()
|
||||||
contact_keys.sort()
|
contact_keys.sort()
|
||||||
|
|
Loading…
Add table
Reference in a new issue