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/config.py

    r9970 r9986  
    5252 
    5353        DEFAULT_ICONSET = 'dcraven' 
     54        DEFAULT_MOOD_ICONSET = 'default' 
    5455        if sys.platform == 'darwin': 
    5556                DEFAULT_OPENWITH = 'open' 
     
    9394                'trayicon': [ opt_bool, True, '', True ], 
    9495                'iconset': [ opt_str, DEFAULT_ICONSET, '', True ], 
     96                'mood_iconset': [ opt_str, DEFAULT_MOOD_ICONSET, '', True ], 
    9597                'use_transports_iconsets': [ opt_bool, True, '', True ], 
    9698                'inmsgcolor': [ opt_color, '#a34526', '', True ],