aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-01-16 03:38:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-16 03:38:50 +0800
commit285b33d516b24c808cda4915870cc42f631173cc (patch)
tree3d265e651c906f7d801c4b5e2a7399504b2c21c3 /widgets
parent2f949ea127c577aa900748f39fa1e7115a9ecb4d (diff)
downloadgsoc2013-evolution-285b33d516b24c808cda4915870cc42f631173cc.tar.gz
gsoc2013-evolution-285b33d516b24c808cda4915870cc42f631173cc.tar.zst
gsoc2013-evolution-285b33d516b24c808cda4915870cc42f631173cc.zip
Here too.
2003-01-15 Jeffrey Stedfast <fejj@ximian.com> * gal-view-instance.c (save_current_view): Here too. * gal-view-collection.c (gal_view_collection_save): Use e_xml_save_file(). svn path=/trunk/; revision=19479
Diffstat (limited to 'widgets')
-rw-r--r--widgets/menus/gal-view-collection.c2
-rw-r--r--widgets/menus/gal-view-instance.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/widgets/menus/gal-view-collection.c b/widgets/menus/gal-view-collection.c
index e53b5660f7..b7a571132e 100644
--- a/widgets/menus/gal-view-collection.c
+++ b/widgets/menus/gal-view-collection.c
@@ -537,7 +537,7 @@ gal_view_collection_save (GalViewCollection *collection)
e_xml_set_string_prop_by_name(child, "type", item->type);
}
filename = g_concat_dir_and_file(collection->local_dir, "galview.xml");
- xmlSaveFile(filename, doc);
+ e_xml_save_file (filename, doc);
xmlFreeDoc(doc);
g_free(filename);
}
diff --git a/widgets/menus/gal-view-instance.c b/widgets/menus/gal-view-instance.c
index e43fa92fb7..cda202f552 100644
--- a/widgets/menus/gal-view-instance.c
+++ b/widgets/menus/gal-view-instance.c
@@ -92,7 +92,7 @@ save_current_view (GalViewInstance *instance)
if (instance->current_type)
e_xml_set_string_prop_by_name (root, "current_view_type", instance->current_type);
- xmlSaveFile(instance->current_view_filename, doc);
+ e_xml_save_file (instance->current_view_filename, doc);
xmlFreeDoc(doc);
}
'>* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * The FreeBSD x11 team proudly presentszeising2013-05-253-9/+13 * - Please welcome Xorg 7.5.2miwi2012-04-221-1/+1 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * - Fix build on FreeBSD 10.0miwi2011-10-291-0/+1 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - Please welcome Xorg 7.5.1miwi2011-02-262-7/+4 * Update to 12.6.9.jsa2010-08-132-4/+5 * - Update to 12.6.7 (which also fix build on new xorg)miwi2010-05-062-5/+11 * - Update to Xorg 7.5miwi2010-05-012-6/+5