]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
Update it.po
[lyx.git] / src / Text3.cpp
index 93812f370e44e138a4d4faa02b6156d5bbdf2918..18adc7d4317dd5bb0791d8b6eb789d6796465b3e 100644 (file)
@@ -2008,7 +2008,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                        setParagraphs(cur, p);
                        // FIXME This should be simplified when InsetFloatList takes a
                        // Buffer in its constructor.
-                       InsetFloatList * ifl = new InsetFloatList(to_utf8(cmd.argument()));
+                       InsetFloatList * ifl = new InsetFloatList(cur.buffer(), to_utf8(cmd.argument()));
                        ifl->setBuffer(bv->buffer());
                        insertInset(cur, ifl);
                        cur.posForward();