summaryrefslogtreecommitdiffstats
path: root/sync/engine/commit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/commit.cc')
-rw-r--r--sync/engine/commit.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc
index 7cff6cb..f9a56e9 100644
--- a/sync/engine/commit.cc
+++ b/sync/engine/commit.cc
@@ -134,6 +134,7 @@ SyncerError BuildAndPostCommitsImpl(Syncer* syncer,
if (processing_result != SYNCER_OK) {
return processing_result;
}
+ session->SendEventNotification(SyncEngineEvent::STATUS_CHANGED);
}
return SYNCER_OK;