Changeset 10022 for trunk/src/common/config.py
- Timestamp:
- 07/25/08 01:53:56 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/config.py
r10020 r10022 214 214 '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], 215 215 'show_avatars_in_roster': [opt_bool, True, '', True], 216 'show_mood_in_roster': [opt_bool, True, '', True], 216 217 'avatar_position_in_roster': [opt_str, 'right', _('Define the position of the avatar in roster. Can be left or right'), True], 217 218 '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.')],
