gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] navidoc/navidoc/modules texture.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc/navidoc/modules texture.py
Date: Wed, 30 Apr 2003 03:27:08 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/04/30 03:27:08

Modified files:
        navidoc/modules: texture.py 

Log message:
        wallpapers are now jpg

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/modules/texture.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: navidoc/navidoc/modules/texture.py
diff -u navidoc/navidoc/modules/texture.py:1.1 
navidoc/navidoc/modules/texture.py:1.2
--- navidoc/navidoc/modules/texture.py:1.1      Tue Apr 29 15:10:36 2003
+++ navidoc/navidoc/modules/texture.py  Wed Apr 30 03:27:08 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-#$Id: texture.py,v 1.1 2003/04/29 19:10:36 humppake Exp $
+#$Id: texture.py,v 1.2 2003/04/30 07:27:08 humppake Exp $
 
 #
 # Written by Asko Soukka
@@ -77,7 +77,7 @@
 
     dbg('Filename %s Id %s' % (full_path, str(id)))
 
-    return 
slashify(base_path)+slashify(config.papers_directory)+str(id)+'.paper.gen.png'
+    return 
slashify(base_path)+slashify(config.papers_directory)+str(id)+'-paper.gen.jpg'
 
 
 def embed_procedural_texture(filepath):




reply via email to

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