Show
Ignore:
Timestamp:
07/25/08 01:53:56 (4 months ago)
Author:
js
Message:

Show mood in roster & coding style.

Files:
1 modified

Legend:

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

    r10020 r10022  
    214214                'show_status_msgs_in_roster': [opt_bool, True, _('If True, Gajim will display the status message, if not empty, for every contact under the contact name in roster window.'), True], 
    215215                'show_avatars_in_roster': [opt_bool, True, '', True], 
     216                'show_mood_in_roster': [opt_bool, True, '', True], 
    216217                'avatar_position_in_roster': [opt_str, 'right', _('Define the position of the avatar in roster. Can be left or right'), True], 
    217218                'ask_avatars_on_startup': [opt_bool, True, _('If True, Gajim will ask for avatar each contact that did not have an avatar last time or has one cached that is too old.')],