QScintilla/Shell.py

changeset 482
4650a72c307a
parent 481
ad71812ba395
child 500
c3abc7895a01
--- a/QScintilla/Shell.py	Tue Aug 10 13:15:03 2010 +0200
+++ b/QScintilla/Shell.py	Tue Aug 10 14:17:54 2010 +0200
@@ -383,7 +383,7 @@
         
         @param ui reference to the debugger UI object (DebugUI)
         """
-        self.connect(ui, SIGNAL('exceptionInterrupt'), self.__writePrompt)
+        ui.exceptionInterrupt.connect(self.__writePrompt)
         
     def __initialise(self):
         """

eric ide

mercurial