missing :

This commit is contained in:
Yann Leboulanger 2006-10-03 15:34:25 +00:00
parent da7a93b696
commit 9afa39174d
1 changed files with 6 additions and 6 deletions

View File

@ -222,12 +222,12 @@ class Config:
'resource': [ opt_str, 'gajim', '', True ],
'priority': [ opt_int, 5, '', True ],
'adjust_priority_with_status': [ opt_bool, True, _('Priority will change automatically according to your status. Priorities are defined in autopriority_* options.') ],
'autopriority_online' [ opt_int, 50],
'autopriority_chat' [ opt_int, 50],
'autopriority_away' [ opt_int, 40],
'autopriority_xa' [ opt_int, 30],
'autopriority_dnd' [ opt_int, 20],
'autopriority_invisible' [ opt_int, 10],
'autopriority_online': [ opt_int, 50],
'autopriority_chat': [ opt_int, 50],
'autopriority_away': [ opt_int, 40],
'autopriority_xa': [ opt_int, 30],
'autopriority_dnd': [ opt_int, 20],
'autopriority_invisible': [ opt_int, 10],
'autoconnect': [ opt_bool, False, '', True ],
'autoreconnect': [ opt_bool, True ],
'active': [ opt_bool, True],