Debugger/WatchPointViewer.py

changeset 3021
801289962f4e
parent 3020
542e97d4ecb3
child 3032
927a2f8b3669
child 3058
0a02c433f52d
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()
 

eric ide

mercurial