Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[sociald] Ensure gcal id mapping is stored persistently. Contributes …
…to JB#15401

The previous fix was rebased incorrectly, clobbering the sync() of
the id mapping database in the finalCleanup() function.
This commit adds that back.

Contributes to JB#15401
  • Loading branch information
Chris Adams committed Feb 14, 2014
1 parent 1639286 commit ad2c1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/google/googlecalendarsyncadaptor.cpp
Expand Up @@ -328,6 +328,8 @@ void GoogleCalendarSyncAdaptor::finalCleanup()
m_storage->save();
}
m_storage->close();
m_idDb.sync();
m_idDb.wait();

// set the success status for each of our account settings.
QList<int> succeededAccounts;
Expand Down

0 comments on commit ad2c1fb

Please sign in to comment.