Changeset 7829 for branches/gajim_0.11/src/common/config.py
- Timestamp:
- 01/13/07 23:35:41 (23 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/common/config.py
r7787 r7829 131 131 'latest_disco_addresses': [ opt_str, '' ], 132 132 'recently_groupchat': [ opt_str, '' ], 133 'before_time': [ opt_str, '[' ],134 'after_time': [ opt_str, ']' ],135 133 'before_nickname': [ opt_str, '' ], 134 'time_stamp': [ opt_str, '[%H:%M] ' ], 136 135 'after_nickname': [ opt_str, ':' ], 137 136 'send_os_info': [ opt_bool, True ],
