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
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue