diff -r 10516539f238 -r 0a02c433f52d Debugger/WatchPointModel.py --- a/Debugger/WatchPointModel.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Debugger/WatchPointModel.py Fri Nov 01 15:48:48 2013 +0100 @@ -190,8 +190,8 @@ if index.isValid(): row = index.row() index1 = self.createIndex(row, 0, self.watchpoints[row]) - index2 = self.createIndex(row, len(self.watchpoints[row]), - self.watchpoints[row]) + index2 = self.createIndex( + row, len(self.watchpoints[row]), self.watchpoints[row]) self.dataAboutToBeChanged.emit(index1, index2) i = 0 for value in [cond, special] + list(properties):