gegl r2660 - in trunk: . gegl/operation
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2660 - in trunk: . gegl/operation
- Date: Tue, 21 Oct 2008 20:57:24 +0000 (UTC)
Author: martinn
Date: Tue Oct 21 20:57:24 2008
New Revision: 2660
URL: http://svn.gnome.org/viewvc/gegl?rev=2660&view=rev
Log:
* gegl/operation/gegl-operation-filter.c
(gegl_operation_filter_process): Remove fixed FIXME.
Modified:
trunk/ChangeLog
trunk/gegl/operation/gegl-operation-filter.c
Modified: trunk/gegl/operation/gegl-operation-filter.c
==============================================================================
--- trunk/gegl/operation/gegl-operation-filter.c (original)
+++ trunk/gegl/operation/gegl-operation-filter.c Tue Oct 21 20:57:24 2008
@@ -205,7 +205,7 @@
input = gegl_operation_context_get_source (context, "input");
output = gegl_operation_context_get_target (context, "output");
if (input != NULL)
- { /* FIXME: perhaps input should really be passed instead of context */
+ {
success = klass->process (operation, input, output, result);
g_object_unref (input);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]