From: Stefan Schimanski Date: Sun, 23 Dec 2007 00:50:21 +0000 (+0000) Subject: * disable "auto" again until that point is discussed on the mailing list X-Git-Tag: 1.6.10~6836 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7fa64792f54480c841f7f55ab38fbf31d70608d3;p=features.git * 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 --- 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:`"