GNOME Bugzilla – Bug 583503
Fix icon caching - set size in cache key
Last modified: 2009-05-23 14:43:53 UTC
We need to include the icon size in the data we pass to on_pixbuf_loaded() so that we can include it in the key we use when caching the icon Currently we save icons in the cache at size 0 but look them up at size 48 so no caching occurs.
Created attachment 135143 [details] [review] Fix icon caching - set size in cache key
Fix pushed