Show
Ignore:
Timestamp:
01/13/07 23:35:41 (23 months ago)
Author:
asterix
Message:

merge diff from trunc to 0.11 branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/common/config.py

    r7787 r7829  
    131131                'latest_disco_addresses': [ opt_str, '' ], 
    132132                'recently_groupchat': [ opt_str, '' ], 
    133                 'before_time': [ opt_str, '[' ], 
    134                 'after_time': [ opt_str, ']' ], 
    135133                'before_nickname': [ opt_str, '' ], 
     134                'time_stamp': [ opt_str, '[%H:%M] ' ], 
    136135                'after_nickname': [ opt_str, ':' ], 
    137136                'send_os_info': [ opt_bool, True ],