On Monday 13 April 2009, Benoit Jacob wrote:
> // remove old image from cache
> kDebug() << "remove " << m_cacheKey;
> insertIntoCache(m_cacheKey, QImage());

fixed in svn; what was happening was that a kio job was being created while 
the app was being destroyed ... so it would never hit the event loop (no 
longer exists) and therefore never auto-start the job. this was causing 
console output like:

        A KUiServerJobTracker instance contains 1 stalled jobs

so now i just exec the job.

p.s. plasmawallpaperviewer now calls save() on app exit.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Software

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to