]> git.lyx.org Git - features.git/commitdiff
fix forgotten rename from the persistent selection patch.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 21 Feb 2007 21:40:14 +0000 (21:40 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 21 Feb 2007 21:40:14 +0000 (21:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17296 a592a061-630c-0410-9148-cb99ea01b6c8

src/CutAndPaste.C

index 1557a98b9e2f6ab439b7a3518a8f37b000d58594..cf09f40b7fe3ae5e9d49eccd7affd7dcab81367a 100644 (file)
@@ -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;
        }