GNOME Bugzilla – Bug 600930
wrong icon
Last modified: 2009-11-06 22:21:41 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>
Thanks Leszek, fixed on master and 2.28 branch