GNOME Bugzilla – Bug 129364
convolution filter doesn't work
Last modified: 2003-12-15 11:36:59 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.
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.