From dc63f2f76fec0d4a9015a154f75cb89a34367819 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 15 May 2003 15:21:17 +0000 Subject: [Patch from Antonio Xu , #42491] * e-config-upgrade.c (upgrade_xml_1_2_rec): Make it compile on Forte. svn path=/trunk/; revision=21189 --- shell/ChangeLog | 7 +++++++ shell/e-config-upgrade.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 2ea4e22322..2a81ecd81f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-05-15 Ettore Perazzoli + + [Patch from Antonio Xu , #42491] + + * e-config-upgrade.c (upgrade_xml_1_2_rec): Make it compile on + Forte. + 2003-05-14 JP Rosevear * e-shell.c (save_settings_for_component): release the interface diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c index 48f141bde8..9128dd6018 100644 --- a/shell/e-config-upgrade.c +++ b/shell/e-config-upgrade.c @@ -617,8 +617,8 @@ upgrade_xml_1_2_rec(xmlNodePtr node) { const char *value_tags[] = { "string", "address", "regex", "file", "command", NULL }; const char *rule_tags[] = { "title", NULL }; - const struct { - char *name; + struct { + const char *name; const char **tags; } tags[] = { { "value", value_tags }, -- cgit v1.2.3