From 043ad65cc2edf25f2a21c7ea924769d21378e94b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 7 Aug 2002 05:40:00 +0000 Subject: agh, don't break the build (shame on me) svn path=/trunk/; revision=17730 --- mail/mail-local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit -git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change upstream to the exact sources used by FreeBSD.eadler2012-09-061-2/+2