X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=MainControlWindow.py;h=c8706d9b0368717d579f457c0a4e511cf31cd48b;hp=5ea0fb8f4cb38e7f77081a52159d614fff2ace32;hb=ddcbe9f3a277c8e454aeadcedfc6cad81a997a19;hpb=54db320b17dd5362b86ce4bb3ec4c2cfe2f2e289 diff --git a/MainControlWindow.py b/MainControlWindow.py index 5ea0fb8..c8706d9 100644 --- a/MainControlWindow.py +++ b/MainControlWindow.py @@ -63,8 +63,10 @@ class MainControlWindow (gtk.Window): #Install handlers self.runBtnHandler = self.runBtn.connect('clicked', self.runBtnClicked) - self.continueBtnHandler = self.continueBtn.connect('clicked', self.continueBtnClicked) - self.stepoverBtnHandler = self.stepoverBtn.connect('clicked', self.stepoverBtnClicked) + self.continueBtnHandler = self.continueBtn.connect('clicked', \ + self.continueBtnClicked) + self.stepoverBtnHandler = self.stepoverBtn.connect('clicked', \ + self.stepoverBtnClicked) self.stepinBtnHandler = self.stepinBtn.connect('clicked', self.stepinBtnClicked) self.quitBtnHandler = self.quitBtn.connect('clicked', self.quitBtnClicked)