]> git.lyx.org Git - features.git/commitdiff
Honour lyxrc.show_banner again
authorPavel Sanda <sanda@lyx.org>
Mon, 15 Mar 2010 12:18:21 +0000 (12:18 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 15 Mar 2010 12:18:21 +0000 (12:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33744 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index a573c0669ab630ed8805a8d3f2c5cb06464353cd..d9de012591bfb54f9d53b6672cd4bc1457b8a524 100644 (file)
@@ -140,6 +140,8 @@ public:
        BackgroundWidget()
        {
                LYXERR(Debug::GUI, "show banner: " << lyxrc.show_banner);
+               if (!lyxrc.show_banner)
+                       return;
                /// The text to be written on top of the pixmap
                QString const text = lyx_version ?
                        qt_("version ") + lyx_version : qt_("unknown version");