gegl r2706 - in trunk: . examples



Author: ok
Date: Sat Nov  8 23:04:29 2008
New Revision: 2706
URL: http://svn.gnome.org/viewvc/gegl?rev=2706&view=rev

Log:
* examples/hello-world.c: (main): s/"display"/"gegl:display"


Modified:
   trunk/ChangeLog
   trunk/examples/hello-world.c

Modified: trunk/examples/hello-world.c
==============================================================================
--- trunk/examples/hello-world.c	(original)
+++ trunk/examples/hello-world.c	Sat Nov  8 23:04:29 2008
@@ -34,7 +34,7 @@
 */
 
     /*< The image nodes representing operations we want to perform */
-    GeglNode *display    = gegl_node_create_child (gegl, "display");
+    GeglNode *display    = gegl_node_create_child (gegl, "gegl:display");
     GeglNode *layer      = gegl_node_new_child (gegl,
                                  "operation", "gegl:layer",
                                  "x", 2.0,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]