aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-01-16 03:42:14 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-16 03:42:14 +0800
commitc22f252ffb46424a97c348bcd93b7dced6f2682b (patch)
tree733e0b7855178188fb847ffb6343142dc8f66e9f
parentc9e4a8473debed351518f09141453888893ef4f5 (diff)
downloadgsoc2013-evolution-c22f252ffb46424a97c348bcd93b7dced6f2682b.tar.gz
gsoc2013-evolution-c22f252ffb46424a97c348bcd93b7dced6f2682b.tar.zst
gsoc2013-evolution-c22f252ffb46424a97c348bcd93b7dced6f2682b.zip
Same here.
2003-01-15 Jeffrey Stedfast <fejj@ximian.com> * e-tree-table-adapter.c (e_tree_table_adapter_save_expanded_state): Same here. * e-table-state.c (e_table_state_save_to_file): Same as below. * e-table-specification.c (e_table_specification_save_to_file): Back to using e_xml_save_file(). Not sure we can really trust xmlSaveFile (sure as hell couldn't in the libxml-1.x days), besides, e_xml_save_file protects against corruption due to not enough disk space. svn path=/trunk/; revision=19481
-rw-r--r--widgets/table/e-table-specification.c2
-rw-r--r--widgets/table/e-table-state.c2
-rw-r--r--widgets/table/e-tree-table-adapter.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/widgets/table/e-table-specification.c b/widgets/table/e-table-specification.c
index c77f4a5995..53306a1a52 100644
--- a/widgets/table/e-table-specification.c
+++ b/widgets/table/e-table-specification.c
@@ -296,7 +296,7 @@ e_table_specification_save_to_file (ETableSpecification *specification,
xmlDocSetRootElement (doc, e_table_specification_save_to_node (specification, doc));
- ret = xmlSaveFile (filename, doc);
+ ret = e_xml_save_file (filename, doc);
xmlFreeDoc (doc);
diff --git a/widgets/table/e-table-state.c b/widgets/table/e-table-state.c
index 9dd1020430..4ce1bf6d3a 100644
--- a/widgets/table/e-table-state.c
+++ b/widgets/table/e-table-state.c
@@ -211,7 +211,7 @@ e_table_state_save_to_file (ETableState *state,
xmlDocSetRootElement (doc, e_table_state_save_to_node (state, NULL));
- xmlSaveFile (filename, doc);
+ e_xml_save_file (filename, doc);
xmlFreeDoc (doc);
}
diff --git a/widgets/table/e-tree-table-adapter.c b/widgets/table/e-tree-table-adapter.c
index d56e5bdef1..eb77af6d6a 100644
--- a/widgets/table/e-tree-table-adapter.c
+++ b/widgets/table/e-tree-table-adapter.c
@@ -963,7 +963,7 @@ e_tree_table_adapter_save_expanded_state (ETreeTableAdapter *etta, const char *f
save_expanded_state_func,
&tar);
- xmlSaveFile (filename, doc);
+ e_xml_save_file (filename, doc);
xmlFreeDoc (doc);
}
n>/+1 * x11*: Add missing USES={gl,gnome,mate}Tobias Kortkamp2019-11-081-1/+2 * Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1 * x11-fm/rodent: Fix LIB_DEPENDS broken by r300560 (July 2012)John Marino2016-08-041-1/+2 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-6/+6 * Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-6/+2 * Update librfm and rodent ports to 5.3.16.3Rodrigo Osorio2015-08-201-1/+1 * Upgrade rodent and librfm from 5.2.9 to 5.3.14.6Rodrigo Osorio2015-05-201-3/+2 * Replace wrong dependencie from japanese/gawk to lang/gawk.Rodrigo Osorio2015-04-181-2/+2 * - fix x11-fm/librfm and rodent issues with DFbsdRodrigo Osorio2014-11-171-1/+3 * Upgrade rodent file manager to v5.2.9Rodrigo Osorio2014-10-041-8/+8 * When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2 * Support stageBaptiste Daroussin2014-04-221-25/+13 * The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-171-0/+1 * Remove trailing whitespaces from category x11-fmEmanuel Haupt2014-02-211-1/+1 * According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3 * Update maintainer email addressRodrigo Osorio2014-01-291-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1 * x11-fm/rodent: pass maintainershipWilliam Grzybowski2013-07-181-3/+3 * Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-9/+5 * - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-251-1/+1 * Mark as broken on powerpc and sparc64 (and, presumably, ia64).Mark Linimon2012-09-041-1/+7 * - Update to 4.8.0 [1]Alex Kozlov2012-07-061-5/+4 * - update png to 1.5.10Dirk Meyer2012-06-011-0/+1 * Rodent is a fast, small and powerful file manager for theChris Rees2012-04-19