X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=StatusWindow.py;h=e021fed1a18b2f4c1b26d901ffbca4ac5e1786d2;hp=72ee3caf712294439fcbd0eae4030a6e20035840;hb=973cf63f2347aa83edb9654d3566eaf66526d6b9;hpb=74af4d713d7a7456beabc86693e2cc53819e7935 diff --git a/StatusWindow.py b/StatusWindow.py index 72ee3ca..e021fed 100644 --- a/StatusWindow.py +++ b/StatusWindow.py @@ -10,6 +10,7 @@ import string import os import vte +import DbgTerminal import BreakpointsFrame import WatchesFrame @@ -25,7 +26,7 @@ class StatusWindow (gtk.Window): self.set_border_width(5) self.set_title("Status") self.set_default_size(400,600) - self.connect("destroy", lambda *w: gtk.main_quit()) + self.connect("destroy", DbgTerminal.quitHandler) vbox = gtk.VBox(False, 5) self.add(vbox)