X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=MainControlWindow.py;h=c8706d9b0368717d579f457c0a4e511cf31cd48b;hb=505db8dd1b2862d460c7442e98c0c14ac776a4db;hp=5ea0fb8f4cb38e7f77081a52159d614fff2ace32;hpb=973cf63f2347aa83edb9654d3566eaf66526d6b9;p=pygdb.git 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)