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:
committed by
Sven Neumann
parent
99e575d17d
commit
8dfccd03bb
@ -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%%)' } }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user