--- a/QScintilla/Editor.py Fri Jan 07 12:38:39 2011 +0100 +++ b/QScintilla/Editor.py Fri Jan 07 15:52:50 2011 +0100 @@ -5963,7 +5963,7 @@ self.setCursorPosition(*cur) while self.__receivedWhileSyncing: - command = self.__receivedWhileSyncing.pop(0) - self.__dispatchCommand(command) + command = self.__receivedWhileSyncing.pop(0) + self.__dispatchCommand(command) self.__isSyncing = False