From 5b4edfeb2cf39c71006340a4429a1833a1d0506d Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 15 May 2008 07:50:37 +0000 Subject: [PATCH] Fix http://bugzilla.lyx.org/show_bug.cgi?id=4652 This was a copy&paste error on my side I guess. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24780 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiDialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/qt4/GuiDialog.cpp b/src/frontends/qt4/GuiDialog.cpp index 74c992bb49..7b08bef7b4 100644 --- a/src/frontends/qt4/GuiDialog.cpp +++ b/src/frontends/qt4/GuiDialog.cpp @@ -88,7 +88,6 @@ void GuiDialog::changed() void GuiDialog::enableView(bool enable) { bc().setReadOnly(!enable); - bc().setValid(enable); Dialog::enableView(enable); }