[LyX/master] Simplify logic a bit. (This was meant to be part of a previous commit.)

2016-07-09 Thread Richard Heck
commit 2104d41f71ff39f5c3f9f5a485707633b1bfb25b Author: Richard Heck Date: Sun Jul 10 01:43:19 2016 -0400 Simplify logic a bit. (This was meant to be part of a previous commit.) --- src/Buffer.cpp | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Bu

[LyX/master] Simplify logic.

2015-12-12 Thread Richard Heck
commit 394fc5cf15372eee1dbb80828a86c7b97abadeac Author: Richard Heck Date: Sun Nov 29 22:24:55 2015 -0500 Simplify logic. diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 7676356..977395d 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/Gui

[LyX/master] Simplify logic

2015-11-27 Thread Georg Baum
commit 5c35ebcd2488119b1041c5cea9cdd8bdc1a6d710 Author: Georg Baum Date: Fri Nov 27 20:35:13 2015 +0100 Simplify logic The old code was more complicated than needed, we have unstarred_name to make our live easier. The test proves that the new code works as before. diff --git