commit 401d87f1a3ec97caf5b490e3d129b18958632d6c
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Sun Feb 9 23:23:51 2014 +0100

    lyx2lyx/Preamble.cpp: fix bug 8723 also for branch

diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp
index c02ca5b..69833f2 100644
--- a/src/tex2lyx/Preamble.cpp
+++ b/src/tex2lyx/Preamble.cpp
@@ -464,7 +464,7 @@ Preamble::Preamble() : one_language(true), 
title_layout_found(false)
        //h_pdf_author;
        //h_pdf_subject;
        //h_pdf_keywords;
-       h_pdf_bookmarks           = "1";
+       h_pdf_bookmarks           = "0";
        h_pdf_bookmarksnumbered   = "0";
        h_pdf_bookmarksopen       = "0";
        h_pdf_bookmarksopenlevel  = "1";
@@ -472,7 +472,7 @@ Preamble::Preamble() : one_language(true), 
title_layout_found(false)
        h_pdf_pdfborder           = "0";
        h_pdf_colorlinks          = "0";
        h_pdf_backref             = "section";
-       h_pdf_pdfusetitle         = "1";
+       h_pdf_pdfusetitle         = "0";
        //h_pdf_pagemode;
        //h_pdf_quoted_options;
        h_quotes_language         = "english";
diff --git a/status.20x b/status.20x
index d9112aa..2e5d9f4 100644
--- a/status.20x
+++ b/status.20x
@@ -87,6 +87,7 @@ What's new
 
 * TEX2LYX
 
+- Don't automatically turn on PDF bookmarks when importing TeX files (bug 
8723).
 
 
 * ADVANCED FIND AND REPLACE

Reply via email to