diff options
Diffstat (limited to 'shell/e-local-folder.c')
-rw-r--r-- | shell/e-local-folder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-local-folder.c b/shell/e-local-folder.c index 8ff2a2eb96..406341e793 100644 --- a/shell/e-local-folder.c +++ b/shell/e-local-folder.c @@ -70,7 +70,7 @@ get_string_value (xmlNode *node, if (p == NULL) return NULL; - return (const char *) p->content; + return (const char *) xmlNodeListGetString (node->doc, p, 1); } static gboolean |