summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-22 18:40:26 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-22 18:40:26 -0400
commit13e610927e0b2b13ecb1cdb63e4e6441b226dffa (patch)
tree649ea2021ecd3979f847a8038cbede64ac538522 /service
parentf30e19fce4ef8693b0d6e568aa1d949f57358c12 (diff)
downloaddconf-13e610927e0b2b13ecb1cdb63e4e6441b226dffa.tar.gz
Adjust to the new GSettingsBackend API
And the new DBus API too...
Diffstat (limited to 'service')
-rw-r--r--service/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/service.c b/service/service.c
index 2c08a8e..4a91e43 100644
--- a/service/service.c
+++ b/service/service.c
@@ -178,7 +178,7 @@ method_call (GDBusConnection *connection,
g_free (path);
}
- else if (strcmp (method_name, "Merge") == 0)
+ else if (strcmp (method_name, "WriteMany") == 0)
{
GError *error = NULL;
const gchar *prefix;