Debugger/WatchPointViewer.py

changeset 461
34528aaedf1c
parent 458
1695e7a2db54
child 463
8d0309c4b7f6
--- a/Debugger/WatchPointViewer.py	Fri Aug 06 12:55:39 2010 +0200
+++ b/Debugger/WatchPointViewer.py	Fri Aug 06 14:41:22 2010 +0200
@@ -159,7 +159,7 @@
                 self.__deleteAllWatchPoints)
         self.backMenu.addSeparator()
         self.backMenu.addAction(self.trUtf8("Configure..."), self.__configure)
-        self.connect(self.backMenu, SIGNAL('aboutToShow()'), self.__showBackMenu)
+        self.backMenu.aboutToShow.connect(self.__showBackMenu)
 
         self.multiMenu = QMenu()
         self.multiMenu.addAction(self.trUtf8("Add"), self.__addWatchPoint)

eric ide

mercurial