gegl r2803 - in trunk: . operations/external
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2803 - in trunk: . operations/external
- Date: Mon, 24 Nov 2008 01:32:26 +0000 (UTC)
Author: ok
Date: Mon Nov 24 01:32:26 2008
New Revision: 2803
URL: http://svn.gnome.org/viewvc/gegl?rev=2803&view=rev
Log:
* operations/external/path.c: (gegl_chant_class_init): initialize
correct superclass' process() vfunc.
Modified:
trunk/ChangeLog
trunk/operations/external/path.c
Modified: trunk/operations/external/path.c
==============================================================================
--- trunk/operations/external/path.c (original)
+++ trunk/operations/external/path.c Mon Nov 24 01:32:26 2008
@@ -252,12 +252,12 @@
gegl_chant_class_init (GeglChantClass *klass)
{
GeglOperationClass *operation_class;
- GeglOperationSourceClass *source_class;
+ GeglOperationFilterClass *filter_class;
operation_class = GEGL_OPERATION_CLASS (klass);
- source_class = GEGL_OPERATION_SOURCE_CLASS (klass);
+ filter_class = GEGL_OPERATION_FILTER_CLASS (klass);
- source_class->process = process;
+ filter_class->process = process;
operation_class->get_bounding_box = get_bounding_box;
operation_class->prepare = prepare;
operation_class->detect = detect;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]