summaryrefslogtreecommitdiff
path: root/gconf/gconf-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconf-backend.c')
-rw-r--r--gconf/gconf-backend.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/gconf/gconf-backend.c b/gconf/gconf-backend.c
index 9a98b148..97ec5ff6 100644
--- a/gconf/gconf-backend.c
+++ b/gconf/gconf-backend.c
@@ -131,8 +131,13 @@ gconf_backend_file(const gchar* address)
return NULL;
file = g_strconcat("gconfbackend-", back, NULL);
-
+
+#if 0
retval = g_module_build_path(GCONF_BACKEND_DIR, file);
+#else
+ /* don't put this in CVS! */
+ retval = "nonexistent";
+#endif
g_free(back);