From 6d5f819a305912967801f7d60a96ec2cc5b3c9fc Mon Sep 17 00:00:00 2001 From: moculus Date: Tue, 18 Mar 2008 15:03:11 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- application.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application.py b/application.py index 2a8de69..d187e71 100755 --- a/application.py +++ b/application.py @@ -168,7 +168,8 @@ class Application(object): # see if the user has requested that we go to a particular line if jump_to_line: w = self.bufferlist.slots[0].window - method.GotoLine().execute(w, lineno=jump_to_line) + self.methods['goto-line'].execute(w, lineno=jump_to_line) + #method.GotoLine().execute(w, lineno=jump_to_line) # initialize our kill ring and last action self.kill_ring = []