The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 508dd27e4488240e0991f36c3b29340101f934af Author: Juergen Spitzmueller <[email protected]> Date: Mon Jul 23 11:39:41 2012 +0200 Fix thinko diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 872fd30..6c975d6 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -2648,7 +2648,7 @@ string BufferParams::babelCall(string const & lang_opts, bool const langoptions) if (lang_package != "auto" && lang_package != "babel" && lang_package != "default" && lang_package != "none") return lang_package; - if (lang_package == "auto" + if (lang_package == "default" && lyxrc.language_package_selection == LyXRC::LP_CUSTOM) return lyxrc.language_custom_package; // suppress the babel call if there is no BabelName defined ----------------------------------------------------------------------- Summary of changes: src/BufferParams.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
