summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-06-07 10:59:27 +0200
committerRyan Lortie <desrt@desrt.ca>2010-06-10 16:35:50 -0400
commit4e0a2bc4f98c18ff03a594d92fe65dfcfc5e2f80 (patch)
tree3ca39731d1fbf21b7120c1b5fae750c9a43398d0 /bin
parenta5c13067f8a764e46df8c711961e7762e2d3bdbc (diff)
downloaddconf-4e0a2bc4f98c18ff03a594d92fe65dfcfc5e2f80.tar.gz
Switch from sequence numbers to tag strings
Diffstat (limited to 'bin')
-rw-r--r--bin/dconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dconf.c b/bin/dconf.c
index 4cdde3e..5702d9b 100644
--- a/bin/dconf.c
+++ b/bin/dconf.c
@@ -233,7 +233,7 @@ main (int argc, char **argv)
g_type_init ();
g_set_prgname (shift (&argc, &argv));
- client = dconf_client_new (NULL, NULL, NULL, NULL);
+ client = dconf_client_new (NULL, FALSE, NULL, NULL, NULL);
if (!do_sync_command (client, argc, argv, &error))
g_error ("%s\n", error->message);