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 628308 - docs referencing non existing icons
docs referencing non existing icons
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-08-30 11:21 UTC by Carl-Anton Ingmarsson
Modified: 2010-09-01 15:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Further fix GtkStock documentation (3.64 KB, patch)
2010-09-01 13:14 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Carl-Anton Ingmarsson 2010-08-30 11:21:36 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.
Comment 1 Matthias Clasen 2010-08-30 13:31:16 UTC
The docs refer to the stock ids, which are different from the used icon names.
Comment 2 Matthias Clasen 2010-08-30 13:31:38 UTC
But you are right that there is a problem with the build process
Comment 3 Carl-Anton Ingmarsson 2010-08-30 15:15:48 UTC
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.
Comment 4 Carl-Anton Ingmarsson 2010-09-01 13:14:27 UTC
Created attachment 169250 [details] [review]
Further fix GtkStock documentation

Some icons were left out from the previous commit.
Comment 5 Javier Jardón (IRC: jjardon) 2010-09-01 15:45:36 UTC
Comment on attachment 169250 [details] [review]
Further fix GtkStock documentation

commit 38fad431299bccd4a6c9154de131169852ca1a3a
Comment 6 Javier Jardón (IRC: jjardon) 2010-09-01 15:48:47 UTC
Also pushed in the gtk-2-22 branch in commit 7f2b4bb3819e4d63e8fcc6b8cfd7c4932d78ade0