gegl r2656 - in trunk: . examples operations/workshop/external
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2656 - in trunk: . examples operations/workshop/external
- Date: Mon, 20 Oct 2008 23:37:53 +0000 (UTC)
Author: ok
Date: Mon Oct 20 23:37:52 2008
New Revision: 2656
URL: http://svn.gnome.org/viewvc/gegl?rev=2656&view=rev
Log:
* examples/gegl-paint.c: (paint_press): used s/"vector"/"path"/
* operations/workshop/external/gluas.c: update chant to file_path.
Modified:
trunk/ChangeLog
trunk/examples/gegl-paint.c
trunk/operations/workshop/external/gluas.c
Modified: trunk/examples/gegl-paint.c
==============================================================================
--- trunk/examples/gegl-paint.c (original)
+++ trunk/examples/gegl-paint.c Mon Oct 20 23:37:52 2008
@@ -50,7 +50,7 @@
over = gegl_node_new_child (gegl, "operation", "gegl:over", NULL);
stroke = gegl_node_new_child (gegl, "operation", "gegl:stroke",
- "vector", vector,
+ "path", vector,
"color", gegl_color_new (COLOR),
"linewidth", LINEWIDTH,
"hardness", HARDNESS,
Modified: trunk/operations/workshop/external/gluas.c
==============================================================================
--- trunk/operations/workshop/external/gluas.c (original)
+++ trunk/operations/workshop/external/gluas.c Mon Oct 20 23:37:52 2008
@@ -39,7 +39,7 @@
gegl_chant_multiline (script, _("Script"), THRESHOLD_SCRIPT,
_("The lua script containing the implementation of this operation."))
-gegl_chant_path (file, _("File"), "", _("a stored lua script on disk implementing an operation."))
+gegl_chant_file_path (file, _("File"), "", _("a stored lua script on disk implementing an operation."))
gegl_chant_double (user_value, _("User value"), -1000.0, 1000.0, 1.0,
_("(appears in the global variable 'user_value' in lua."))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]