GNOME Bugzilla – Bug 92377
missing brush-dialog.png in help ..
Last modified: 2009-08-15 18:40:50 UTC
../images-C/dialogs/brush-dialog.png: No such file or directory appears when looking at the brush help. (I went through all the help, that was the only missing file) brush-dialog.png is attached. Cameron
Created attachment 10868 [details] png for brush-dialog
oh yeah, turns out you need to patch the HTML too ... here was my patch ... Cameron *** help/C/dialogs/brush_selection.html.orig Tue Sep 3 16:17:31 2002 --- help/C/dialogs/brush_selection.html Tue Sep 3 16:17:36 2002 *************** *** 148,154 **** > <SPAN CLASS="INLINEMEDIAOBJECT" ><IMG ! SRC="../images-C/dialogs/brush-dialog.png" ></IMG ></SPAN > --- 148,154 ---- > <SPAN CLASS="INLINEMEDIAOBJECT" ><IMG ! SRC="../images/brush-dialog.png" ></IMG ></SPAN >
Thanks for the report. For the next time: we prefer unified diffs.
Sorry, is this better? (for future reference?) diff -u help/C/dialogs/brush_selection.html.orig help/C/dialogs/brush_selection.html thanks, Cameron --- help/C/dialogs/brush_selection.html.orig Tue Sep 3 16:17:31 2002 +++ help/C/dialogs/brush_selection.html Tue Sep 3 16:17:36 2002 @@ -148,7 +148,7 @@ > <SPAN CLASS="INLINEMEDIAOBJECT" ><IMG -SRC="../images-C/dialogs/brush-dialog.png" +SRC="../images/brush-dialog.png" ></IMG ></SPAN >
Two minor notes: - When you save a PNG image without transparency, you should always uncheck "save background chunk" because this triggers a bug in Netscape 4.x. - When you submit a patch (unified diff), it is better to submit it as an attachment. But this is only for future reference. You do not have to re-submit your patch.
2002-11-07 Dave Neary <bolsh@gimp.org> * help/C/images/brush_dialog.png * help/C/dialogs/brush_selection.html: Applied patch from Cameron Gregory <cameron@bloke.com> to add missing help file. Closes bug #92377.
The fix is part of the stable release 1.2.4. Closing this bug.