Package: soya / 0.15~rc1-8

null-characters-world-py Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Remove null characters appearing in world.py (archive corruption?)

--- Soya-0.15rc1/editor/world.py~	2006-07-02 10:40:42.000000000 +0200
+++ Soya-0.15rc1/editor/world.py	2010-02-02 07:52:26.000000000 +0100
@@ -458,7 +458,7 @@
 		self.editor      = editor
 		self.selected    = 0
 		self.highlighted = 0
-		selideal       = soya.Point(parent)
+		self.ideal       = soya.Point(parent)
 		
 	def del_for(self, item):
 		if self.is_for(item):