Skip to content

Commit

Permalink
app: support src ops in gimp_gegl_apply_operation()
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchfoo committed Sep 13, 2013
1 parent 34c50b0 commit b5ff4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gegl/gimp-gegl-apply-operation.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ gimp_gegl_apply_operation (GeglBuffer *src_buffer,
if (! gegl_node_get_parent (operation))
gegl_node_add_child (gegl, operation);

if (src_buffer)
if (src_buffer && gegl_node_has_pad (operation, "input"))
{
GeglNode *src_node;

Expand Down

0 comments on commit b5ff4fb

Please sign in to comment.