GNOME Bugzilla – Bug 594183
Use ShellTextureCache for category items.
Last modified: 2009-11-12 21:27:55 UTC
Splitting out from bug 592608 - may not matter if we get rid of the current menu-like browsing. ui/appDisplay.js:MenuItem needs to use the texture cache doesn't use the texture cache, so each time the menu is reread, we recreate the icon textures. This is pretty minor since there are only 11 or so textures there, mostly just a cleanup. The fallback handling done there for the Wine menu isn't possible with TextureCache - we could just let it fall back to a blank space instead (probably best) or add textureCache.load_icon_names([iconName, 'gtk-file']) where we give a list of names in preference order.
we no longer show icons there