- EditorWindow.test() was failing. Bug 1417598

M    EditorWindow.py
M    ScriptBinding.py
M    NEWS.txt
This commit is contained in:
Kurt B. Kaiser 2006-07-24 18:05:51 +00:00
parent b3c4d16e68
commit a2946a437e
3 changed files with 6 additions and 3 deletions

View file

@ -51,7 +51,7 @@ class ScriptBinding:
# Provide instance variables referenced by Debugger
# XXX This should be done differently
self.flist = self.editwin.flist
self.root = self.flist.root
self.root = self.editwin.root
def check_module_event(self, event):
filename = self.getfilename()