]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetListings.cpp
Use a new internal structure for InsetListingsParams, fix bugs 3713 and 3718
[features.git] / src / insets / InsetListings.cpp
index 3e5100b89ee47fbf188e7d44d488b59c2cbc38d7..526df7954bcdd0220b35bb39de9164086f4ccbb3 100644 (file)
@@ -128,7 +128,7 @@ docstring const InsetListings::editMessage() const
 int InsetListings::latex(Buffer const & buf, odocstream & os,
                    OutputParams const & runparams) const
 {
-       string param_string = params().encodedString();
+       string param_string = params().params();
        // NOTE: I use {} to quote text, which is an experimental feature
        // of the listings package (see page 25 of the manual)
        int lines = 0;