Merge lp://staging/~renatofilho/sync-monitor/fix-sync-status-update-vivid into lp://staging/~phablet-team/sync-monitor/vivid
Proposed by
Renato Araujo Oliveira Filho
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~renatofilho/sync-monitor/fix-sync-status-update-vivid |
Merge into: | lp://staging/~phablet-team/sync-monitor/vivid |
Diff against target: |
188 lines (+43/-6) 6 files modified
src/sync-daemon.cpp (+9/-1) src/sync-daemon.h (+3/-0) src/sync-dbus.cpp (+3/-2) src/sync-queue.cpp (+7/-2) src/sync-queue.h (+7/-1) tests/unittest/sync-queue-test.cpp (+14/-0) |
To merge this branch: | bzr merge lp://staging/~renatofilho/sync-monitor/fix-sync-status-update-vivid |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+321682@code.staging.launchpad.net |
Commit message
Fixed sync state update.
Make sure that the state get update when the sync queue change for any reason.
To post a comment you must log in.
Unmerged revisions
- 102. By Renato Araujo Oliveira Filho
-
Connect "done" signal to check for state change.
- 101. By Renato Araujo Oliveira Filho
-
Fixed sync state update.
Make sure that the state get update when the sync queue change for any reason.