Debugger/WatchPointViewer.py

branch
5_0_x
changeset 534
7d247a767510
parent 96
9624a110667d
child 792
a13346916170
diff -r ff77c9153c47 -r 7d247a767510 Debugger/WatchPointViewer.py
--- a/Debugger/WatchPointViewer.py	Mon Aug 30 11:06:25 2010 +0200
+++ b/Debugger/WatchPointViewer.py	Mon Aug 30 19:01:55 2010 +0200
@@ -281,7 +281,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