Changeset 9986 for trunk/src/common/helpers.py
- Timestamp:
- 07/22/08 23:08:52 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/helpers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/helpers.py
r9975 r9986 1180 1180 return os.path.join(gajim.MY_ICONSETS_PATH, iconset) 1181 1181 1182 def 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 1182 1188 def get_transport_path(transport): 1183 1189 if os.path.isdir(os.path.join(gajim.DATA_DIR, 'iconsets', 'transports',
