aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-weather.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r--my-evolution/e-summary-weather.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c
index 4628d3edbc..3bafa212e9 100644
--- a/my-evolution/e-summary-weather.c
+++ b/my-evolution/e-summary-weather.c
@@ -377,7 +377,7 @@ e_summary_weather_init_locations (void)
}
locations_hash = g_hash_table_new (g_str_hash, g_str_equal);
- path = g_strdup (EVOLUTION_DATADIR "/evolution/Locations");
+ path = g_strdup (LOCATIONDIR);
key = g_strdup_printf ("=%s=/", path);
g_free (path);
@@ -659,7 +659,7 @@ e_summary_weather_fill_etable (ESummaryShown *ess)
int nregions, iregions;
char **regions;
- path = g_strdup (EVOLUTION_DATADIR "/evolution/Locations");
+ path = g_strdup (LOCATIONDIR);
key = g_strdup_printf ("=%s=/", path);
g_free (path);