]> err.no Git - mapper/commitdiff
Don't connect to db here.
authorKaj-Michael Lang <milang@tal.org>
Tue, 30 Oct 2007 20:04:08 +0000 (22:04 +0200)
committerKaj-Michael Lang <milang@tal.org>
Tue, 30 Oct 2007 20:04:08 +0000 (22:04 +0200)
src/config-gconf.c

index 67dc7c8959685d48f18f9eab93dc772dab5984a4..70e3ea1de30aeeab47f9cdfda32ac433cfdec38e 100644 (file)
@@ -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);
 }