Show
Ignore:
Timestamp:
07/22/08 23:08:52 (4 months ago)
Author:
js
Message:

Show mood in chat window.

Files:
1 modified

Legend:

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

    r9975 r9986  
    11801180                return os.path.join(gajim.MY_ICONSETS_PATH, iconset) 
    11811181 
     1182def get_mood_iconset_path(iconset): 
     1183        if os.path.isdir(os.path.join(gajim.DATA_DIR, 'moods', iconset)): 
     1184                return os.path.join(gajim.DATA_DIR, 'moods', iconset) 
     1185        elif os.path.isdir(os.path.join(gajim.MY_MOOD_ICONSETS_PATH, iconset)): 
     1186                return os.path.join(gajim.MY_MOOD_ICONSETS_PATH, iconset) 
     1187 
    11821188def get_transport_path(transport): 
    11831189        if os.path.isdir(os.path.join(gajim.DATA_DIR, 'iconsets', 'transports',