by default Gajim has use_dbus on. [I propose if everything goes well, for the checkbutton to be removed]

This commit is contained in:
Nikos Kouremenos 2005-07-19 14:50:14 +00:00
parent c6901472c1
commit 5cc1d23b3c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Config:
'search_engine': [opt_str, 'http://www.google.com/search?&q='],
'dictionary_url': [opt_str, 'http://dictionary.reference.com/search?q='],
'always_english_wikipedia': [opt_bool, False],
'use_dbus': [opt_bool, False], # allow control via dbus service
'use_dbus': [opt_bool, True], # allow control via dbus service
}
__options_per_key = {