[tracker] tracker-store: Send D-Bus replies for BatchCommit
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-store: Send D-Bus replies for BatchCommit
- Date: Fri, 3 Sep 2010 12:49:27 +0000 (UTC)
commit d7b352776ba79b3b159fdc8f770f64958f71ce47
Author: Jürg Billeter <j bitron ch>
Date: Fri Sep 3 14:31:58 2010 +0200
tracker-store: Send D-Bus replies for BatchCommit
Fixes NB#189896.
src/tracker-store/tracker-resources.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-store/tracker-resources.c b/src/tracker-store/tracker-resources.c
index 82fe281..5672511 100644
--- a/src/tracker-store/tracker-resources.c
+++ b/src/tracker-store/tracker-resources.c
@@ -530,7 +530,8 @@ tracker_resources_batch_commit (TrackerResources *self,
DBusGMethodInvocation *context,
GError **error)
{
- /* no longer needed */
+ /* no longer needed, just return */
+ dbus_g_method_return (context);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]