aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-weather.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-09-19 02:41:21 +0800
committerIain Holmes <iain@src.gnome.org>2001-09-19 02:41:21 +0800
commit00d81264c73eebb83e911f3a0b80e3f00cc3701e (patch)
tree48c3d6a11700e7d707707bfb53a3d16562929afe /my-evolution/e-summary-weather.c
parent5a5022fd46edd2064c05d9191b1a0b6b71688b31 (diff)
downloadgsoc2013-evolution-00d81264c73eebb83e911f3a0b80e3f00cc3701e.tar
gsoc2013-evolution-00d81264c73eebb83e911f3a0b80e3f00cc3701e.tar.gz
gsoc2013-evolution-00d81264c73eebb83e911f3a0b80e3f00cc3701e.tar.bz2
gsoc2013-evolution-00d81264c73eebb83e911f3a0b80e3f00cc3701e.tar.lz
gsoc2013-evolution-00d81264c73eebb83e911f3a0b80e3f00cc3701e.tar.xz
gsoc2013-evolution-00d81264c73eebb83e911f3a0b80e3f00cc3701e.tar.zst
gsoc2013-evolution-00d81264c73eebb83e911f3a0b80e3f00cc3701e.zip
Do appends instead of prepends in places.
Don't print a (null). svn path=/trunk/; revision=12941
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r--my-evolution/e-summary-weather.c2
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