Changeset 9188

Show
Ignore:
Timestamp:
12/20/07 20:43:24 (11 months ago)
Author:
asterix
Message:

use jabber iconset when no iconset exists for a transport. fixes #3604

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/helpers.py

    r9015 r9188  
    10931093        transport)): 
    10941094                return os.path.join(gajim.MY_ICONSETS_PATH, 'transports', transport) 
     1095        # No transport folder found, use default jabber one 
     1096        return get_iconset_path(gajim.config.get('iconset'))