diff -r ff77c9153c47 -r 7d247a767510 Debugger/WatchPointModel.py --- a/Debugger/WatchPointModel.py Mon Aug 30 11:06:25 2010 +0200 +++ b/Debugger/WatchPointModel.py Mon Aug 30 19:01:55 2010 +0200 @@ -42,7 +42,7 @@ @return column count (integer) """ - return len(self.header) + 1 + return len(self.header) def rowCount(self, parent = QModelIndex()): """