--- 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()