Another attempt to fix #8203.

Get rid of updateDialogs() altogether as in r39880.
This commit is contained in:
Pavel Sanda 2012-07-01 23:01:18 +02:00
parent 7f2ed491de
commit 7fa9017f0f

View File

@ -1349,7 +1349,6 @@ void GuiWorkArea::setReadOnly(bool read_only)
return;
read_only_ = read_only;
updateWindowTitle();
lyx_view_->updateDialogs();
}