From 9cbba714fc0eb122c0736b94727b4d2580b9d53c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 3 Nov 2002 19:36:39 +0000 Subject: Updated for libxml2. Likewise. Likewise. Likewise. * e-component-info.c: Updated for libxml2. * e-shortcuts.c: Likewise. * e-folder-list.c: Likewise. * e-local-folder.c: Likewise. svn path=/trunk/; revision=18512 --- shell/e-shortcuts.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'shell/e-shortcuts.c') diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index 262ed0f97e..ee07e3ebd8 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -52,8 +52,8 @@ #include #include -#include -#include +#include +#include #include @@ -305,7 +305,7 @@ load_shortcuts (EShortcuts *shortcuts, unload_shortcuts (shortcuts); - for (p = root->childs; p != NULL; p = p->next) { + for (p = root->children; p != NULL; p = p->next) { ShortcutGroup *shortcut_group; xmlChar *shortcut_group_title; xmlChar *icon_size; @@ -327,7 +327,7 @@ load_shortcuts (EShortcuts *shortcuts, shortcut_group->use_small_icons = FALSE; xmlFree (icon_size); - for (q = p->childs; q != NULL; q = q->next) { + for (q = p->children; q != NULL; q = q->next) { EShortcutItem *shortcut_item; xmlChar *uri; xmlChar *name; @@ -338,7 +338,7 @@ load_shortcuts (EShortcuts *shortcuts, if (strcmp ((char *) q->name, "item") != 0) continue; - uri = xmlNodeListGetString (doc, q->childs, 1); + uri = xmlNodeListGetString (doc, q->children, 1); if (uri == NULL) continue; -- cgit v1.2.3