aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.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-rdf.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-rdf.c')
-rw-r--r--my-evolution/e-summary-rdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-rdf.c b/my-evolution/e-summary-rdf.c
index abc4f918c3..712b19c76e 100644
--- a/my-evolution/e-summary-rdf.c
+++ b/my-evolution/e-summary-rdf.c
@@ -422,7 +422,7 @@ e_summary_rdf_add_uri (ESummary *summary,
r->summary = summary;
r->uri = g_strdup (uri);
r->shown = TRUE;
- summary->rdf->rdfs = g_list_prepend (summary->rdf->rdfs, r);
+ summary->rdf->rdfs = g_list_append (summary->rdf->rdfs, r);
}
static void