aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-08-07 13:40:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-07 13:40:00 +0800
commit043ad65cc2edf25f2a21c7ea924769d21378e94b (patch)
tree2148e7253071120af1887b6c5352a6d6b468a8e5 /mail
parent030019f5df7fe86ab9ceeb82740ada2645c0519e (diff)
downloadgsoc2013-evolution-043ad65cc2edf25f2a21c7ea924769d21378e94b.tar
gsoc2013-evolution-043ad65cc2edf25f2a21c7ea924769d21378e94b.tar.gz
gsoc2013-evolution-043ad65cc2edf25f2a21c7ea924769d21378e94b.tar.bz2
gsoc2013-evolution-043ad65cc2edf25f2a21c7ea924769d21378e94b.tar.lz
gsoc2013-evolution-043ad65cc2edf25f2a21c7ea924769d21378e94b.tar.xz
gsoc2013-evolution-043ad65cc2edf25f2a21c7ea924769d21378e94b.tar.zst
gsoc2013-evolution-043ad65cc2edf25f2a21c7ea924769d21378e94b.zip
agh, don't break the build (shame on me)
svn path=/trunk/; revision=17730
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c
index e46561ab23..7d9c034708 100644
--- a/mail/mail-local.c
+++ b/mail/mail-local.c
@@ -217,7 +217,7 @@ save_metainfo (struct _local_meta *meta)
xmlSetProp(node, "name", meta->name);
xmlSetProp(node, "index", meta->indexed?"1":"0");
- ret = e_xml_save_file (path, doc);
+ ret = e_xml_save_file (meta->path, doc);
xmlFreeDoc (doc);