[Telepathy-commits] [telepathy-salut/master] Fixed typo in dbus_g_method_return_error arguments.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:29 PST 2008
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/salut-file-channel.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 312a63a..74bac33 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -939,7 +939,7 @@ salut_file_channel_accept_file (SalutSvcChannelTypeFile *iface,
DEBUG ("Could not set up local socket");
g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
"Could not set up local socket");
- dbus_g_method_return_error (context);
+ dbus_g_method_return_error (context, error);
}
DEBUG ("local socket %s", self->priv->socket_path);
@@ -1053,7 +1053,7 @@ salut_file_channel_offer_file (SalutSvcChannelTypeFile *iface,
DEBUG ("Could not set up local socket");
g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
"Could not set up local socket");
- dbus_g_method_return_error (context);
+ dbus_g_method_return_error (context, error);
}
g_value_init (&out_address, G_TYPE_STRING);
--
1.5.6.5
More information about the Telepathy-commits
mailing list