X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=PositionFrame.py;h=d3fc3cf86588052c29b8b547d9efda4989178a03;hb=379760912de740354f07f223b308d5092c0700ad;hp=4403932e3fc7c950d4fe31d00d99cf2b23fe17a3;hpb=3c94180482e4ccd256f087ff182278f083a94276;p=pygdb.git diff --git a/PositionFrame.py b/PositionFrame.py index 4403932..d3fc3cf 100644 --- a/PositionFrame.py +++ b/PositionFrame.py @@ -57,7 +57,7 @@ class PositionFrame (StatusFrame.StatusFrame): if self.file!=None: try: - cmd = 'gvim -R -c ":%d" %s' % (self.lineno, self.file) + cmd = 'gvim --servername pygdb -c ":GDBLoadConfig" %s' % (self.file) os.system(cmd) except OSError: dialog = gtk.MessageDialog(None, \