commit e96a656b4dd7ffe01a52acd1d98effe259ab348a
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Wed Apr 7 16:22:54 2021 +0200

    Fixup 0f0ad1f7: cut and paste error
---
 src/LyXRC.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp
index 0ea13c5..83317c5 100644
--- a/src/LyXRC.cpp
+++ b/src/LyXRC.cpp
@@ -1126,7 +1126,7 @@ LyXRC::ReturnValues LyXRC::read(Lexer & lexrc, bool 
check_format)
                                else if (tmp == "margin")
                                        bookmarks_visibility = BMK_MARGIN;
                                else if (tmp == "inline")
-                                       bookmarks_visibility = BMK_MARGIN;
+                                       bookmarks_visibility = BMK_INLINE;
                                else {
                                        bookmarks_visibility = BMK_NONE;
                                        LYXERR0("Unrecognized bookmark 
visibility " << tmp <<'"');
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to