summaryrefslogtreecommitdiff
path: root/backends/markup-tree.c
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-06-22 15:04:16 +0000
committerMark McLoughlin <markmc@src.gnome.org>2004-06-22 15:04:16 +0000
commitcdad0ebfafa6c8a4f1bb5a3a8fdb163df486b355 (patch)
treed069565f0c89cbad88f498588fa6a60469e4e51c /backends/markup-tree.c
parent2bb792de417e79185dcbd3d8f3255d64c2aeee18 (diff)
downloadgconf-cdad0ebfafa6c8a4f1bb5a3a8fdb163df486b355.tar.gz
fix tiny typo which was causing /schemas/apps to be saved as one gigantic
2004-06-22 Mark McLoughlin <mark@skynet.ie> * backends/markup-tree.c: fix tiny typo which was causing /schemas/apps to be saved as one gigantic file.
Diffstat (limited to 'backends/markup-tree.c')
-rw-r--r--backends/markup-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/markup-tree.c b/backends/markup-tree.c
index 3f1b3aeb..f9eeb019 100644
--- a/backends/markup-tree.c
+++ b/backends/markup-tree.c
@@ -105,7 +105,7 @@ static const char *save_as_subtree_dirs[] =
"/apps/panel/profiles",
"/apps",
"/desktop/gnome",
- "/system"
+ "/system",
"/schemas/apps",
"/schemas/desktop/gnome",
"/schemas/system",