create the thumbnail directories if they don't exist.

2002-04-16  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimagefile.c (gimp_imagefile_png_thumb_path): create
	the thumbnail directories if they don't exist.
	(gimp_imagefile_png_thumb_name): reimplemented w/o snprintf().

	* app/pdb/color_cmds.c
	* tools/pdbgen/pdb/color.pdb: merged fix for bug #78877 from stable
	branch.
This commit is contained in:
Sven Neumann
2002-04-16 21:36:04 +00:00
committed by Sven Neumann
parent 99e575d17d
commit 8dfccd03bb
4 changed files with 83 additions and 32 deletions

View File

@ -330,7 +330,7 @@ HELP
{ name => 'control_pts', type => 'int8array',
desc => 'The spline control points: { cp1.x, cp1.y, cp2.x, cp2.y,
... }',
array => { name => 'num_points', type => '3 < int32 <= 32',
array => { name => 'num_points', type => '3 < int32 <= 34',
desc => 'The number of values in the control point array
(%%desc%%)' } }
);