From 6287c958543e6e798e5f9d55b205a7413ab52a91 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Wed, 21 Feb 2007 21:40:14 +0000 Subject: [PATCH] fix forgotten rename from the persistent selection patch. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17296 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/CutAndPaste.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CutAndPaste.C b/src/CutAndPaste.C index 1557a98b9e..cf09f40b7f 100644 --- a/src/CutAndPaste.C +++ b/src/CutAndPaste.C @@ -724,7 +724,7 @@ void pasteClipboard(LCursor & cur, ErrorList & errorList, bool asParagraphs) { // Use internal clipboard if it is the most recent one if (theClipboard().isInternal()) { - pasteClipboard(cur, errorList, 0); + pasteFromStack(cur, errorList, 0); return; } -- 2.39.2