inkscape_tools: update s2pn to current lib
authorJean Privat <jean@pryen.org>
Tue, 23 Sep 2014 19:18:16 +0000 (15:18 -0400)
committerJean Privat <jean@pryen.org>
Wed, 24 Sep 2014 00:56:40 +0000 (20:56 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/inkscape_tools/tests/app/src/s2pn.nit

index 822e419..43a633d 100644 (file)
 
 import drawing
 
-class S2pnApp
-       super App
+redef class App
 
        var img_set: DrawingImages
 
        init do super
 
-       redef fun init_window
+       redef fun window_created
        do
                super
 
@@ -52,6 +51,3 @@ class S2pnApp
                return false
        end
 end
-
-var app = new S2pnApp
-app.main_loop