aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-table-adapter.c
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2001-10-05 09:48:39 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2001-10-05 09:48:39 +0800
commitbdc4787aef570378e11630f2248123b1c883f524 (patch)
tree7a7afc2d82230284c996f3c69996f1ea5b1b9c6c /widgets/table/e-tree-table-adapter.c
parentaff0e8b749555c476fea31b21cfafd833fe53df9 (diff)
downloadgsoc2013-evolution-bdc4787aef570378e11630f2248123b1c883f524.tar
gsoc2013-evolution-bdc4787aef570378e11630f2248123b1c883f524.tar.gz
gsoc2013-evolution-bdc4787aef570378e11630f2248123b1c883f524.tar.bz2
gsoc2013-evolution-bdc4787aef570378e11630f2248123b1c883f524.tar.lz
gsoc2013-evolution-bdc4787aef570378e11630f2248123b1c883f524.tar.xz
gsoc2013-evolution-bdc4787aef570378e11630f2248123b1c883f524.tar.zst
gsoc2013-evolution-bdc4787aef570378e11630f2248123b1c883f524.zip
*.c s/->childs/->xmlChildrenNode/g;
2001-10-06 Michael Meeks <michael@ximian.com> * *.c s/->childs/->xmlChildrenNode/g; svn path=/trunk/; revision=13431
Diffstat (limited to 'widgets/table/e-tree-table-adapter.c')
-rw-r--r--widgets/table/e-tree-table-adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-tree-table-adapter.c b/widgets/table/e-tree-table-adapter.c
index 384e21da21..d22bbeba6b 100644
--- a/widgets/table/e-tree-table-adapter.c
+++ b/widgets/table/e-tree-table-adapter.c
@@ -886,7 +886,7 @@ e_tree_table_adapter_load_expanded_state (ETreeTableAdapter *etta, const char *f
return;
}
- for (child = root->childs; child; child = child->next) {
+ for (child = root->xmlChildrenNode; child; child = child->next) {
char *id;
if (strcmp (child->name, "node")) {