From 5ab0e92d035c348638fcee62ca426e05aca0864d Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 13 Aug 2002 12:38:02 +0000 Subject: [PATCH] Yank following nodes, NOT from the previous node! git-svn-id: http://dom-editor.googlecode.com/svn/branches/Gtk2@404 ef21e15d-ca94-4315-9c45-0d95b1b2e117 --- Dome/List.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dome/List.py b/Dome/List.py index 03c00e2..0f69c55 100644 --- a/Dome/List.py +++ b/Dome/List.py @@ -850,7 +850,7 @@ class ChainDisplay(canvas.Canvas): if not next: rox.alert('Nothing to yank!') return - self.clipboard = op.to_doc() + self.clipboard = next.to_doc() print self.clipboard def line_del_chain(self): -- 2.11.4.GIT