From 8af4542951702f4cf888def768dc0c048ae3acdd Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 20 Mar 2008 15:02:08 +0200 Subject: [PATCH] Fix --- src/config-gconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-gconf.c b/src/config-gconf.c index 5c6aa7d..ad93b69 100644 --- a/src/config-gconf.c +++ b/src/config-gconf.c @@ -716,7 +716,7 @@ if (value) { /* Initialize _conn_state based on _enable_gps-> */ _gps->io.conn = (_enable_gps ? RCVR_DOWN : RCVR_OFF); -config_load_string_list(GCONF_KEY_ROUTE_LOCATIONS, _loc_list, _loc_model); +config_load_string_list(GCONF_KEY_ROUTE_LOCATIONS, &_loc_list, &_loc_model); /* Get Mapper Database. Default is in REPO_DEFAULT_CACHE_BASE */ _mapper_db = gconf_client_get_string(gconf_client, GCONF_KEY_MAPPER_DB, NULL); -- 2.39.5