--- a/QScintilla/Editor.py Fri Aug 13 12:32:03 2010 +0200 +++ b/QScintilla/Editor.py Sat Aug 28 16:03:03 2010 +0200 @@ -4738,11 +4738,10 @@ SIGNAL("rowsInserted(const QModelIndex &, int, int)"), self.__addBreakPoints) - self.disconnect(self.project, SIGNAL("projectPropertiesChanged"), - self.__projectPropertiesChanged) - if self.spell: self.spell.stopIncrementalCheck() + self.disconnect(self.project, SIGNAL("projectPropertiesChanged"), + self.__projectPropertiesChanged) QsciScintillaCompat.close(self)