diff inkscape/MB_Frame.py @ 283:7d106e4ef66d

Fix the compilation error of the inkscape
author wycc@wycc-desktop
date Sat, 31 Jan 2009 13:01:07 +0800
parents a90fd749af82
children
line wrap: on
line diff
--- a/inkscape/MB_Frame.py	Sat Jan 31 12:54:13 2009 +0800
+++ b/inkscape/MB_Frame.py	Sat Jan 31 13:01:07 2009 +0800
@@ -494,7 +494,7 @@
 
 
 	def effect(self):
-		self.OK = False
+		self.OK = True
 		self.parseScene()
 		self.showGrid()
 		self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)