X-Git-Url: https://git.sthu.org/?p=pygdb.git;a=blobdiff_plain;f=StatusWindow.py;h=07abd4c616b7fa0a14fca888a56af4ad00d06c7c;hp=6c918e5c306731c3d36212c4c749977b30a54f37;hb=afd9117c8d1d5f614acc120f28c668655be20abf;hpb=956e4f7845dc0bbf3f5c8e676d7227e32a75ba3a 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() +