summaryrefslogtreecommitdiff
path: root/src/dbus/server/client.cpp
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-05-07 16:39:50 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2013-05-16 11:24:48 +0200
commitb6b75de59ba284b0497e450d2bbe76523d1ee523 (patch)
treef4e30e372d6eb766b9d0c36c82adf4eb230c6243 /src/dbus/server/client.cpp
parentd3eee8a0390558795ace8be503b44d76be385b13 (diff)
PIM: new return value for SyncPeer(), new SyncProgress signal (FDO #63417)
The SyncPeer() result is derived from the sync statistics. To have them available, the "sync done" signal must include the SyncReport. Start and end of a sync could already be detected; "modified" signals while a sync runs depends on a new signal inside the SyncContext when switching from one cycle to the next and at the end of the last one.
Diffstat (limited to 'src/dbus/server/client.cpp')
-rw-r--r--src/dbus/server/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/server/client.cpp b/src/dbus/server/client.cpp
index 3c100f20..37d15994 100644
--- a/src/dbus/server/client.cpp
+++ b/src/dbus/server/client.cpp
@@ -50,7 +50,7 @@ void Client::detach(Resource *resource)
// give clients a chance to query the session
m_server.delaySessionDestruction(session);
// allow other sessions to start
- session->done();
+ session->done(false);
}
}
// this will trigger removal of the resource if