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