summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-properties-mixin.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-01 20:30:44 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-01 20:30:44 +0000
commit1095fef88950530e79b1972404d9528ca51ce6ac (patch)
tree01f0bb03eb6b7442d873477d09e8592003c26ed0 /telepathy-glib/dbus-properties-mixin.c
parentdc506f04301bf88a7754ebe992b173d2118c4ef0 (diff)
downloadtelepathy-glib-1095fef88950530e79b1972404d9528ca51ce6ac.tar.gz
TpDBusPropertiesMixin: on a successful Set(), return nothing, not the value that was set
20080701203044-53eee-1d594b7f83073a23136ba0c23bf1308fd354d726.gz
Diffstat (limited to 'telepathy-glib/dbus-properties-mixin.c')
-rw-r--r--telepathy-glib/dbus-properties-mixin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/dbus-properties-mixin.c b/telepathy-glib/dbus-properties-mixin.c
index 3a9fd46b9..6c71d11c0 100644
--- a/telepathy-glib/dbus-properties-mixin.c
+++ b/telepathy-glib/dbus-properties-mixin.c
@@ -842,7 +842,7 @@ _tp_dbus_properties_mixin_set (TpSvcDBusProperties *iface,
if (iface_impl->setter (self, iface_info->dbus_interface,
prop_info->name, value, prop_impl->setter_data, &error))
{
- tp_svc_dbus_properties_return_from_get (context, value);
+ tp_svc_dbus_properties_return_from_set (context);
}
else
{