summaryrefslogtreecommitdiff
path: root/gconf/gconfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconfd.c')
-rw-r--r--gconf/gconfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconfd.c b/gconf/gconfd.c
index 8de7f524..556d2364 100644
--- a/gconf/gconfd.c
+++ b/gconf/gconfd.c
@@ -1571,7 +1571,7 @@ logfile_save (void)
fd = -1;
/* Move the main saved state file aside, if it exists */
- if (gconf_file_exists (logfile))
+ if (g_file_test(logfile, G_FILE_TEST_EXISTS))
{
tmpfile2 = g_strconcat (logfile, ".orig", NULL);
if (g_rename (logfile, tmpfile2) < 0)