From: Kaj-Michael Lang Date: Tue, 30 Oct 2007 20:04:08 +0000 (+0200) Subject: Don't connect to db here. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006dc9f658fc32f221367c156e9cb58bd9d697a5;p=mapper Don't connect to db here. --- diff --git a/src/config-gconf.c b/src/config-gconf.c index 67dc7c8..70e3ea1 100644 --- a/src/config-gconf.c +++ b/src/config-gconf.c @@ -744,9 +744,6 @@ for (i = 0; i < COLORABLE_ENUM_COUNT; i++) { /* Get current proxy settings. */ config_update_proxy(); -/* Connect to db */ -mapper_db_connect(&_db, _mapper_db); - gconf_client_clear_cache(gconf_client); g_free(config_dir); }