X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=StatusWindow.py;h=99382ff1d684c9caaa80aa99992398619e3138f4;hp=07abd4c616b7fa0a14fca888a56af4ad00d06c7c;hb=6e96e757d011b60496311171a18983c5c7407399;hpb=5fba34e38f10fddd81997b9596e20820018bad61 diff --git a/StatusWindow.py b/StatusWindow.py index 07abd4c..99382ff 100644 --- a/StatusWindow.py +++ b/StatusWindow.py @@ -89,6 +89,8 @@ class StatusWindow (gtk.Window): conf.addInt("statuswnd-paned1", self.paned1.get_position()) conf.addInt("statuswnd-paned2", self.paned2.get_position()) + conf.setCommand( self.debugger.clientCmd ) + for f in self.frames: f.fillConfiguration(conf)