From 5cc1d23b3c34c077bd3c0f10dcddaa246abc4eb0 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 19 Jul 2005 14:50:14 +0000 Subject: [PATCH] by default Gajim has use_dbus on. [I propose if everything goes well, for the checkbutton to be removed] --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index 85bd4ea97..4634aef13 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -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 = {