Am Dienstag, 16. Januar 2007 15:09 schrieb Kornel Benko: Attached cures it.
Kornel -- Kornel Benko [EMAIL PROTECTED]
Index: src/CutAndPaste.C =================================================================== --- src/CutAndPaste.C (revision 16705) +++ src/CutAndPaste.C (working copy) @@ -328,7 +328,7 @@ void putClipboard(ParagraphList const & paragraphs, textclass_type textclass, docstring const & plaintext) { - Buffer buffer(string(), false); + Buffer buffer(string(""), false); buffer.setUnnamed(true); buffer.paragraphs() = paragraphs; buffer.params().textclass = textclass; @@ -671,7 +671,7 @@ if (theClipboard().hasLyXContents()) { string lyx = theClipboard().getAsLyX(); if (!lyx.empty()) { - Buffer buffer(string(), false); + Buffer buffer(string(""), false); buffer.setUnnamed(true); if (buffer.readString(lyx)) { recordUndo(cur);
pgp9bMUaGovRL.pgp
Description: PGP signature