Description of problem: File -> "Close Window" missing icon Version-Release number of selected component (if applicable): 2.12.0-1.fc8 How reproducible: always Steps to Reproduce: 1. Click File menu 2. See "Close Window" 3. Actual results: Expected results: Additional info: gnome-icon-theme-2.20.0-2.fc8
Created attachment 199041 [details] missing icon
http://bugzilla.gnome.org/show_bug.cgi?id=477045 Is not dialog-close, but window-close for gtk-close? $ cat /usr/share/icon-naming-utils/legacy-icon-mapping.xml [...] <icon name="window-close"> <link>gtk-close</link> <link>stock_close</link> </icon> [...] See Also : http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html dialog-close The icon used for the “Close†button that might appear in dialog windows. window-close The icon used for the “Close Window†item in the application's “Windows†menu.
Fixed in evolution-2.12.0-3.fc8. Thanks for catching this.