]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetfloatlist.C
index 2e2aa13b42707aeef89055e09bfa1751d2b6aad3..6d11d93aa0b04536dff1d1ac6322ef0f12bc5ec1 100644 (file)
@@ -133,7 +133,7 @@ int InsetFloatList::plaintext(Buffer const & buffer, odocstream & os,
 {
        os << getScreenLabel(buffer) << "\n\n";
 
-       buffer.tocBackend().asciiTocList(to_ascii(getParam("type")), os);
+       buffer.tocBackend().writePlaintextTocList(to_ascii(getParam("type")), os);
 
        os << "\n";
        return 0;