Changeset 9986 for trunk/src/common/config.py
- Timestamp:
- 07/22/08 23:08:52 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/config.py
r9970 r9986 52 52 53 53 DEFAULT_ICONSET = 'dcraven' 54 DEFAULT_MOOD_ICONSET = 'default' 54 55 if sys.platform == 'darwin': 55 56 DEFAULT_OPENWITH = 'open' … … 93 94 'trayicon': [ opt_bool, True, '', True ], 94 95 'iconset': [ opt_str, DEFAULT_ICONSET, '', True ], 96 'mood_iconset': [ opt_str, DEFAULT_MOOD_ICONSET, '', True ], 95 97 'use_transports_iconsets': [ opt_bool, True, '', True ], 96 98 'inmsgcolor': [ opt_color, '#a34526', '', True ],
