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