Bug 241136

Summary: [patch] Use more builtin GTK widgets
Product: [Fedora] Fedora Reporter: Patryk Zawadzki <patrys>
Component: yumexAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
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-05-24 12:00:03 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
More native widgets none

Description Patryk Zawadzki 2007-05-24 09:36:46 UTC
Attached is a patch against 1.9.6 glade file to make is use more native widgets.
The patch also replaces the incorrect "refresh" icon on "process queue" with a
simple "next" arrow.

Comment 1 Patryk Zawadzki 2007-05-24 09:36:46 UTC
Created attachment 155328 [details]
More native widgets

Comment 2 Tim Lauridsen 2007-05-24 12:00:03 UTC
Thanks, it have added your patch to yumex SVN.

Comment 3 Patryk Zawadzki 2007-05-24 12:09:41 UTC
It seems that around line 160 of the original glade file I have mistakenly
changed the id of a GtkImage widget with gtk-properties icon.

This should not break anything (the id was "image187" so I doubt anything
accesses it by glade DOM) but I want to let you know that this was not intended.

Comment 4 Tim Lauridsen 2007-05-24 12:39:02 UTC
No it not accessed, so it dont break anything, but thanks for letting med know.