gegl r2235 - in trunk: . bindings/pygegl/samples



Author: jsbueno
Date: Sat Apr 26 02:22:19 2008
New Revision: 2235
URL: http://svn.gnome.org/viewvc/gegl?rev=2235&view=rev

Log:
2008-04-25 JoÃo S. O. Bueno <gwidion mpc com br>
       * bindings/pygegl/samples/render-test.py: Updated operation names
       for fractal-explorer and screen

Modified:
   trunk/ChangeLog
   trunk/bindings/pygegl/samples/render-test.py

Modified: trunk/bindings/pygegl/samples/render-test.py
==============================================================================
--- trunk/bindings/pygegl/samples/render-test.py	(original)
+++ trunk/bindings/pygegl/samples/render-test.py	Sat Apr 26 02:22:19 2008
@@ -13,7 +13,7 @@
 height = 40
 
 gegl    = Gegl.Node()
-fractal = gegl.new_child("FractalExplorer",
+fractal = gegl.new_child("fractal-explorer",
                          width=width,
                          height=height,
                          ncolors=3)
@@ -22,7 +22,7 @@
                          string="GEGL\n\n term",
                          size=height/4)
 over    = gegl.new_child("over")
-display = gegl.new_child("display")
+display = gegl.new_child("screen")
 
 fractal >> contrast >> over >> display
 text >> over["aux"]



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