Helpviewer/History/HistoryMenu.py

changeset 535
4b00d7336e19
parent 501
5c615a85241a
child 538
7f1a56e80124
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)):

eric ide

mercurial