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
This commit is contained in:
Abdelrazak Younes 2008-05-15 07:50:37 +00:00
parent 80a3256114
commit 5b4edfeb2c

View File

@ -88,7 +88,6 @@ void GuiDialog::changed()
void GuiDialog::enableView(bool enable) void GuiDialog::enableView(bool enable)
{ {
bc().setReadOnly(!enable); bc().setReadOnly(!enable);
bc().setValid(enable);
Dialog::enableView(enable); Dialog::enableView(enable);
} }