[tracker/rss-enclosures] tracker-store: Send D-Bus replies for BatchCommit
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] tracker-store: Send D-Bus replies for BatchCommit
- Date: Wed, 24 Nov 2010 01:39:44 +0000 (UTC)
commit 407b3639eb61c7ad9b7079514d18194ce327d026
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]