After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600930 - wrong icon
wrong icon
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
trunk
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-06 08:39 UTC by Leszek Koltunski
Modified: 2009-11-06 22:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Leszek Koltunski 2009-11-06 08:39:32 UTC
look at the 4 icons in glchess' main window's lower-left corner. One of then is wrong ( gtk-help instead of gtk-go-forward! ) the following patch corrects that:

diff --git a/glchess/data/glchess.ui b/glchess/data/glchess.ui
index 7ec1644..9fd42fc 100644
--- a/glchess/data/glchess.ui
+++ b/glchess/data/glchess.ui
@@ -413,8 +413,7 @@
                         <child>
                           <object class="GtkImage" id="image8">
                             <property name="visible">True</property>
-                            <property name="stock">gtk-help</property>
-                            <property name="icon-size">1</property>
+                            <property name="stock">gtk-go-forward</property>
                           </object>
                         </child>
                       </object>
Comment 1 Robert Ancell 2009-11-06 22:21:41 UTC
Thanks Leszek, fixed on master and 2.28 branch