X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=StatusWindow.py;h=07abd4c616b7fa0a14fca888a56af4ad00d06c7c;hb=379760912de740354f07f223b308d5092c0700ad;hp=6c918e5c306731c3d36212c4c749977b30a54f37;hpb=117954f2ec8c12ac77be9f22dc4e9450ad2b3c48;p=pygdb.git diff --git a/StatusWindow.py b/StatusWindow.py index 6c918e5..07abd4c 100644 --- a/StatusWindow.py +++ b/StatusWindow.py @@ -99,6 +99,7 @@ class StatusWindow (gtk.Window): self.fillConfiguration(conf) conf.store(".pygdb.conf") - os.system('gvim --servername pygdb --remote-send ":GDBLoadConfig"') + DbgTerminal.updateVim() +