gegl r2674 - in trunk: . bin



Author: yosh
Date: Sat Nov  1 01:26:11 2008
New Revision: 2674
URL: http://svn.gnome.org/viewvc/gegl?rev=2674&view=rev

Log:
* bin/gegl.c: follow gegl-spiro -> gegl-path-spiro rename here too.


Modified:
   trunk/ChangeLog
   trunk/bin/gegl.c

Modified: trunk/bin/gegl.c
==============================================================================
--- trunk/bin/gegl.c	(original)
+++ trunk/bin/gegl.c	Sat Nov  1 01:26:11 2008
@@ -30,7 +30,7 @@
 #include "gegl-options.h"
 #include "gegl-dot.h"
 #ifdef HAVE_SPIRO
-#include "gegl-spiro.h"
+#include "gegl-path-spiro.h"
 #endif
 
 #ifdef G_OS_WIN32
@@ -99,7 +99,7 @@
 
   gegl_init (&argc, &argv);
 #ifdef HAVE_SPIRO
-  gegl_spiro_init ();
+  gegl_path_spiro_init ();
 #endif
 
   if (o->xml)



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