Bug 295701

Summary: File -> "Close Window" missing icon
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: evolutionAssignee: Matthew Barnes <mbarnes>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-19 14:54:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
missing icon none

Description sangu 2007-09-19 02:04:56 UTC
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

Comment 1 sangu 2007-09-19 02:04:56 UTC
Created attachment 199041 [details]
missing icon

Comment 2 sangu 2007-09-19 02:33:19 UTC
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.

Comment 3 Matthew Barnes 2007-09-19 14:54:50 UTC
Fixed in evolution-2.12.0-3.fc8.  Thanks for catching this.