This should be a boolean type

This commit is contained in:
Travis Shirk 2005-09-05 02:50:13 +00:00
parent 8a6113f159
commit bb7e4079cd
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class Config:
'always_english_wiktionary': [opt_bool, False], 'always_english_wiktionary': [opt_bool, False],
'use_dbus': [opt_bool, True, _('Allow controlling Gajim via D-Bus service.')], 'use_dbus': [opt_bool, True, _('Allow controlling Gajim via D-Bus service.')],
'chat_state_notifications': [opt_str, 'all'], # 'all', 'composing_only', 'disabled' 'chat_state_notifications': [opt_str, 'all'], # 'all', 'composing_only', 'disabled'
'chat_state_send_inactive_on_focus_out': [opt_str, True, _('Should Gajim send inactive ("is doing something else") on just focus out of window/switch to another tab?')], 'chat_state_send_inactive_on_focus_out': [opt_bool, True, _('Should Gajim send inactive ("is doing something else") on just focus out of window/switch to another tab?')],
'autodetect_browser_mailer': [opt_bool, True], 'autodetect_browser_mailer': [opt_bool, True],
'print_ichat_every_foo_minutes': [opt_int, 5], 'print_ichat_every_foo_minutes': [opt_int, 5],
'confirm_close_muc': [opt_bool, True, _('Ask before closing a group chat tab/window.')], 'confirm_close_muc': [opt_bool, True, _('Ask before closing a group chat tab/window.')],