gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/lava bgfilegen.py


From: Asko Soukka
Subject: [Gzz-commits] libvob/lava bgfilegen.py
Date: Tue, 29 Apr 2003 11:56:48 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Asko Soukka <address@hidden>    03/04/29 11:56:48

Modified files:
        lava           : bgfilegen.py 

Log message:
        somebody should tell why java.lang.System.exit(0) won't shut jython down

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/lava/bgfilegen.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: libvob/lava/bgfilegen.py
diff -u libvob/lava/bgfilegen.py:1.2 libvob/lava/bgfilegen.py:1.3
--- libvob/lava/bgfilegen.py:1.2        Tue Apr 29 11:31:11 2003
+++ libvob/lava/bgfilegen.py    Tue Apr 29 11:56:47 2003
@@ -66,7 +66,7 @@
     vs.map.put(pq, cs, 0)
     w.renderStill(vs, 0)
 
-    print 'Saving bacground texture into %s.paper.gen.png.' % (str(seed))
+    print 'Saving background texture into %s.paper.gen.png.' % (str(seed))
     saveanim.saveframe(str(seed)+'paper.gen.png', w, 0, 0, 384, 384)   
 
 class Main(Runnable):
@@ -81,6 +81,7 @@
         for seed in sys.argv[1:]:
             genBgFileFromSeed(w, vs, long(seed))
 
+        System.exit(0)
+
 gfxapi = vob.GraphicsAPI.getInstance()
 gfxapi.startUpdateManager(Main())
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]