force an immediate update

This commit is contained in:
Aaron Seigo 2011-04-29 00:38:12 +02:00 committed by Marco Martin
parent 69d7a00ba9
commit a975897d70

View File

@ -255,7 +255,7 @@ void DataContainerPrivate::populateFromStoredData(KJob *job)
if (data.isEmpty() && !ret->data().isEmpty()) {
data = ret->data();
dirty = true;
q->checkForUpdate();
q->forceImmediateUpdate();
}
KConfigGroup expireGroup = storage->operationDescription("expire");