diff -r bc6063d2ab83 -r 4b00d7336e19 Helpviewer/History/HistoryMenu.py --- a/Helpviewer/History/HistoryMenu.py Mon Aug 30 15:28:21 2010 +0200 +++ b/Helpviewer/History/HistoryMenu.py Mon Aug 30 19:03:34 2010 +0200 @@ -173,7 +173,7 @@ treeIndex = self.__treeModel.mapFromSource(historyIndex) treeIndexParent = treeIndex.parent() - soureRow = self.sourceModel().mapToSource(treeIndexParent).row() + sourceRow = self.sourceModel().mapToSource(treeIndexParent).row() bumpedItems = self.bumpedRows() if bumpedItems <= self.MOVEDROWS and \ bumpedItems == self.sourceModel().rowCount(self.sourceModel().index(0, 0)):