diff options
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index e1dd7b3061..1ab7a8c046 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -395,7 +395,7 @@ e_summary_weather_add_location (ESummary *summary, w = g_new0 (Weather, 1); w->summary = summary; w->location = g_strdup (location); - summary->weather->weathers = g_list_prepend (summary->weather->weathers, w); + summary->weather->weathers = g_list_append (summary->weather->weathers, w); } static gboolean |