Debugger/WatchPointViewer.py

changeset 531
26efb720a299
parent 463
8d0309c4b7f6
child 539
87f9bce38a44
--- a/Debugger/WatchPointViewer.py	Mon Aug 30 11:05:37 2010 +0200
+++ b/Debugger/WatchPointViewer.py	Mon Aug 30 12:30:29 2010 +0200
@@ -279,7 +279,7 @@
                 (cond, temp, enabled, count, special), self)
             if dlg.exec_() == QDialog.Accepted:
                 cond, temp, enabled, count, special = dlg.getData()
-                if not self.__findDuplicates(cond, special, True, index):
+                if not self.__findDuplicates(cond, special, True, sindex):
                     self.__model.setWatchPointByIndex(sindex, 
                         cond, special, (temp, enabled, count))
                     self.__resizeColumns()

eric ide

mercurial