Mac fixes

This commit is contained in:
a b 2011-09-27 22:33:45 +02:00
parent b33b3778f0
commit c4bd38dbdc
5 changed files with 14 additions and 10 deletions

View file

@ -238,7 +238,7 @@ void PictureLoadingThread::run()
pictureLoader->setPicsPath(picsPath);
pictureLoader->setPicDownload(picDownload);
usleep(100);
usleep(10000);
initWaitCondition.wakeAll();
exec();
@ -715,4 +715,4 @@ void CardDatabase::picsPathChanged()
{
loadingThread->getPictureLoader()->setPicsPath(settingsCache->getPicsPath());
clearPixmapCache();
}
}