X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=StatusWindow.py;h=6c918e5c306731c3d36212c4c749977b30a54f37;hp=3d77dea2d21b939efcf72968e87bd0a184183182;hb=117954f2ec8c12ac77be9f22dc4e9450ad2b3c48;hpb=c1af9e228e978365c751e58aaa49a0879391a101 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"') + +