by default Gajim has use_dbus on. [I propose if everything goes well, for the checkbutton to be removed]
This commit is contained in:
parent
c6901472c1
commit
5cc1d23b3c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class Config:
|
||||||
'search_engine': [opt_str, 'http://www.google.com/search?&q='],
|
'search_engine': [opt_str, 'http://www.google.com/search?&q='],
|
||||||
'dictionary_url': [opt_str, 'http://dictionary.reference.com/search?q='],
|
'dictionary_url': [opt_str, 'http://dictionary.reference.com/search?q='],
|
||||||
'always_english_wikipedia': [opt_bool, False],
|
'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 = {
|
__options_per_key = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue