summaryrefslogtreecommitdiff
path: root/client/dconf-client.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-05-24 13:48:40 -0400
committerRyan Lortie <desrt@desrt.ca>2010-05-24 13:48:57 -0400
commit6a259db1890a888bc3d55ecd635bfabce44a0fc1 (patch)
tree9773c01e81fc6ed300d1432284b9064455a2fde9 /client/dconf-client.c
parenta3132216e7b2fd15e675fa352dfa33c03be60f7e (diff)
downloaddconf-6a259db1890a888bc3d55ecd635bfabce44a0fc1.tar.gz
test async commands with the cmdline tool
fix a silly bug that the testing found
Diffstat (limited to 'client/dconf-client.c')
-rw-r--r--client/dconf-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dconf-client.c b/client/dconf-client.c
index 442ad9c..3a33397 100644
--- a/client/dconf-client.c
+++ b/client/dconf-client.c
@@ -100,7 +100,7 @@ dconf_client_async_op_complete (DConfClientAsyncOp *op,
g_object_unref (op->cancellable);
if (op->dcem.body)
- g_object_unref (op->dcem.body);
+ g_variant_unref (op->dcem.body);
if (in_idle)
g_simple_async_result_complete_in_idle (op->simple);