From d04f1003cf6eae545e924b736bdaa049893633d3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 17 May 2011 12:32:12 +0200 Subject: [PATCH] simple-channel-dispatch-operation: fire Finished when Claim is called --- tests/lib/simple-channel-dispatch-operation.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/lib/simple-channel-dispatch-operation.c b/tests/lib/simple-channel-dispatch-operation.c index c74ff77..796d226 100644 --- a/tests/lib/simple-channel-dispatch-operation.c +++ b/tests/lib/simple-channel-dispatch-operation.c @@ -78,6 +78,8 @@ tp_tests_simple_channel_dispatch_operation_claim ( TpSvcChannelDispatchOperation *iface, DBusGMethodInvocation *context) { + tp_svc_channel_dispatch_operation_emit_finished (iface); + dbus_g_method_return (context); } -- 1.7.4.1