Changeset 8451 for trunk/src/systray.py

Show
Ignore:
Timestamp:
08/06/07 00:57:04 (17 months ago)
Author:
asterix
Message:

[blarz] ability to load iconsets from ~/.gajim/iconsets. fixes #3339

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/systray.py

    r8393 r8451  
    146146                # We need our own set of status icons, let's make 'em! 
    147147                iconset = gajim.config.get('iconset') 
    148                 path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '16x16') 
     148                path = os.path.join(helpers.get_iconset_path(iconset), '16x16') 
    149149                state_images = gajim.interface.roster.load_iconset(path) 
    150150