https://bugs.kde.org/show_bug.cgi?id=426674
Arjen Hiemstra <ahiems...@heimr.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/plasma-framework/com | |mit/16f852ea4c822581a6a3b1a | |03c7da4b7f4e7c0be Status|CONFIRMED |RESOLVED --- Comment #9 from Arjen Hiemstra <ahiems...@heimr.nl> --- Git commit 16f852ea4c822581a6a3b1a03c7da4b7f4e7c0be by Arjen Hiemstra. Committed on 23/09/2020 at 14:08. Pushed by ahiemstra into branch 'master'. Ensure FrameSvg uses lastModified timestamp when using cache This, I suspect, is the true source of bug 426674. FrameSvg would request items from the cache without specifying any modification time stamp, so we end up always retrieving the cached version. Since lastModified is now a required parameter, we need to ensure this does not happen anymore. M +9 -7 src/plasma/framesvg.cpp M +2 -1 src/plasma/private/framesvg_p.h https://invent.kde.org/frameworks/plasma-framework/commit/16f852ea4c822581a6a3b1a03c7da4b7f4e7c0be -- You are receiving this mail because: You are watching all bug changes.