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 92377 - missing brush-dialog.png in help ..
missing brush-dialog.png in help ..
Status: VERIFIED FIXED
Product: GIMP
Classification: Other
Component: Help
1.x
Other Linux
: Normal normal
: 1.2
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks:
 
 
Reported: 2002-09-03 06:05 UTC by Cameron Gregory
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
png for brush-dialog (20.27 KB, image/png)
2002-09-03 06:07 UTC, Cameron Gregory
Details

Description Cameron Gregory 2002-09-03 06:05:56 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
Comment 1 Cameron Gregory 2002-09-03 06:07:59 UTC
Created attachment 10868 [details]
png for brush-dialog
Comment 2 Cameron Gregory 2002-09-03 06:23:00 UTC
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
  >
Comment 3 Sven Neumann 2002-09-03 08:43:15 UTC
Thanks for the report. For the next time: we prefer unified diffs.
Comment 4 Cameron Gregory 2002-09-03 08:52:24 UTC
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
 >
Comment 5 Raphaël Quinet 2002-09-03 09:16:13 UTC
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.
Comment 6 Dave Neary 2002-11-07 17:47:14 UTC
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.

Comment 7 Raphaël Quinet 2003-06-20 16:40:41 UTC
The fix is part of the stable release 1.2.4.  Closing this bug.