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 129364 - convolution filter doesn't work
convolution filter doesn't work
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
1.x
Other All
: Normal normal
: 2.0
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2003-12-15 10:21 UTC by Liam Quin
Modified: 2003-12-15 11:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Liam Quin 2003-12-15 10:21:19 UTC
the convolution filter doesn't change the image at all, and you can't
dismiss the dialogue.

The followng message is produced on pressing OK or Cancel, or the window
manager close option:

(gimp-1.3:11362): Gtk-CRITICAL **: file ../../gtk/gtkwidget.c: line 1697
(gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)' failed
 
The Rest button does work correctly.
Comment 1 Michael Natterer 2003-12-15 11:36:59 UTC
Fixed in CVS:

2003-12-15  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/convmatrix.c (response_callback): destroy "widget",
	not "data". Fixes bug #129364.