Skip to content
Snippets Groups Projects
Commit 5cc1d23b authored by nkour's avatar nkour
Browse files

by default Gajim has use_dbus on. [I propose if everything goes well, for the...

by default Gajim has use_dbus on. [I propose if everything goes well, for the checkbutton to be removed]
parent c6901472
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment