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 156750 - grid plug-in is failing in non-interactive mode. Alpha parameters gets garbage
grid plug-in is failing in non-interactive mode. Alpha parameters gets garbage
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: High normal
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-10-28 20:49 UTC by Joao S. O. Bueno
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing problem, as described. (1.99 KB, patch)
2004-10-28 20:50 UTC, Joao S. O. Bueno
none Details | Review

Description Joao S. O. Bueno 2004-10-28 20:49:34 UTC
It's so b0rken that there are a bunch of /*FIXME*/s in the CVS right now. 
 
I made a patch to keep the API compatible with what is documented until now.
Comment 1 Joao S. O. Bueno 2004-10-28 20:50:52 UTC
Created attachment 33180 [details] [review]
Patch fixing problem, as described.
Comment 2 Sven Neumann 2004-10-28 22:26:05 UTC
Right. I think that's how it's supposed to be.
Comment 3 Sven Neumann 2004-10-29 23:55:48 UTC
Applied to both branches:

2004-10-30  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/grid.c (run): applied patch by Joao S. O. Bueno
	that implements the opacity parameters the way it is documented.
	Fixes bug #156750.