diff -r 542e97d4ecb3 -r 801289962f4e Debugger/WatchPointViewer.py --- a/Debugger/WatchPointViewer.py Mon Oct 14 19:30:36 2013 +0200 +++ b/Debugger/WatchPointViewer.py Mon Oct 14 20:08:19 2013 +0200 @@ -301,8 +301,8 @@ if dlg.exec_() == QDialog.Accepted: cond, temp, enabled, count, special = dlg.getData() if not self.__findDuplicates(cond, special, True, sindex): - self.__model.setWatchPointByIndex(sindex, - cond, special, (temp, enabled, count)) + self.__model.setWatchPointByIndex( + sindex, cond, special, (temp, enabled, count)) self.__resizeColumns() self.__resort()