[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21812] branches/blender2.5/blender/ release/ui/space_console.py: autocomplete wasn't working

Campbell Barton ideasman42 at gmail.com
Thu Jul 23 14:31:46 CEST 2009


Revision: 21812
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21812
Author:   campbellbarton
Date:     2009-07-23 14:31:45 +0200 (Thu, 23 Jul 2009)

Log Message:
-----------
autocomplete wasn't working

Modified Paths:
--------------
    branches/blender2.5/blender/release/ui/space_console.py

Modified: branches/blender2.5/blender/release/ui/space_console.py
===================================================================
--- branches/blender2.5/blender/release/ui/space_console.py	2009-07-23 11:48:31 UTC (rev 21811)
+++ branches/blender2.5/blender/release/ui/space_console.py	2009-07-23 12:31:45 UTC (rev 21812)
@@ -416,7 +416,7 @@
 		if not console:
 			return ('CANCELLED',)
 		
-		if sc.type != 'PYTHON':
+		if sc.console_type != 'PYTHON':
 			return ('CANCELLED',)
 		
 		# fake cursor, use for autocomp func.





More information about the Bf-blender-cvs mailing list