From 7fa64792f54480c841f7f55ab38fbf31d70608d3 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Sun, 23 Dec 2007 00:50:21 +0000 Subject: [PATCH] * disable "auto" again until that point is discussed on the mailing list git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22269 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ui/default.ui | 2 +- src/ToolbarBackend.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/ui/default.ui b/lib/ui/default.ui index 21ec83c0a7..bf82cd843c 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -40,6 +40,6 @@ Toolbars "table" "table,bottom" "math_panels" "math,bottom" "math" "math,bottom" - "mathmacrotemplate" "auto,mathmacrotemplate,bottom" + "mathmacrotemplate" "mathmacrotemplate,bottom" "minibuffer" "off,bottom" End diff --git a/src/ToolbarBackend.cpp b/src/ToolbarBackend.cpp index afb2a78069..b038623fcb 100644 --- a/src/ToolbarBackend.cpp +++ b/src/ToolbarBackend.cpp @@ -307,8 +307,6 @@ void ToolbarBackend::readToolbarSettings(Lexer & lex) flag = ToolbarInfo::LEFT; else if (!compare_ascii_no_case(*cit, "right")) flag = ToolbarInfo::RIGHT; - else if (!compare_ascii_no_case(*cit, "auto")) - flag = ToolbarInfo::AUTO; else { LYXERR(Debug::ANY, "ToolbarBackend::readToolbarSettings: unrecognised token:`" -- 2.39.2