Changeset 6272
- Timestamp:
- 05/03/06 15:34:58 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/common/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/config.py
r6271 r6272 77 77 'markedmsgcolor': [ opt_color, '#ff8080', '', True ], 78 78 'urlmsgcolor': [ opt_color, '#0000ff', '', True ], 79 'collapsed_rows': [ opt_str, '', '', True ],79 'collapsed_rows': [ opt_str, '', _('List (space separated) of rows (accounts and groups) that are collapsed'), True ], 80 80 'roster_theme': [ opt_str, 'gtk+', '', True ], 81 81 'saveposition': [ opt_bool, True ], … … 159 159 'last_sounds_dir': [opt_str, ''], 160 160 'tabs_position': [opt_str, 'top'], 161 'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?') , '', True],162 'tabs_border': [opt_bool, False, _('S how tab border if one conversation?')],161 'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?')], 162 'tabs_border': [opt_bool, False, _('Size of tabs border')], 163 163 'tabs_close_button': [opt_bool, True, _('Show close button in tab?')], 164 164 'chat_avatar_width': [opt_int, 52],
