GNOME Bugzilla – Bug 628308
docs referencing non existing icons
Last modified: 2010-09-01 15:48:47 UTC
Since the fix for https://bugzilla.gnome.org/show_bug.cgi?id=626474 was commited the docs fail to build. This is due to the docs in gtkstock.h is still referencing the old icon names.
The docs refer to the stock ids, which are different from the used icon names.
But you are right that there is a problem with the build process
Taking an example from gtkstock.h /** * GTK_STOCK_ABOUT: * * The "About" item. * <inlinegraphic fileref="gtk-about.png" format="PNG"></inlinegraphic> * * Since: 2.6 */ #define GTK_STOCK_ABOUT "gtk-about" Here I guess "gtk-about.png" should be changed to the new icon name.
Created attachment 169250 [details] [review] Further fix GtkStock documentation Some icons were left out from the previous commit.
Comment on attachment 169250 [details] [review] Further fix GtkStock documentation commit 38fad431299bccd4a6c9154de131169852ca1a3a
Also pushed in the gtk-2-22 branch in commit 7f2b4bb3819e4d63e8fcc6b8cfd7c4932d78ade0