The branch, master, has been updated. - Log -----------------------------------------------------------------
commit f2fc334cd58b45cfa848d12f33cac71bdd0d6249 Author: Richard Heck <[email protected]> Date: Thu May 10 15:44:25 2012 -0400 Whitespace. diff --git a/src/frontends/qt4/GuiViewSource.cpp b/src/frontends/qt4/GuiViewSource.cpp index 17ba47f..286055c 100644 --- a/src/frontends/qt4/GuiViewSource.cpp +++ b/src/frontends/qt4/GuiViewSource.cpp @@ -207,8 +207,9 @@ void ViewSourceWidget::updateDefaultFormat() Format const * fmt = formats.getFormat(format); if (!fmt) { LYXERR0("Can't find format for backend " << format << "!"); - continue; - } else if (fmt->name() == "lyx") + continue; + } + if (fmt->name() == "lyx") // we can't presently display the LyX format itself continue; ----------------------------------------------------------------------- Summary of changes: src/frontends/qt4/GuiViewSource.cpp | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
