Pavel Sanda | 1 Jul 2012 23:06
Favicon

[LyX 2.0.x] Another attempt to fix #8203.

The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 7fa9017f0fc8d6a0771d2f3e40a48c628b3845fd
Author: Pavel Sanda <sanda <at> lyx.org>
Date:   Sun Jul 1 23:01:18 2012 +0200

    Another attempt to fix #8203.

    Get rid of updateDialogs() altogether as in r39880.

diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp
index d4d9e5f..df9dfe8 100644
--- a/src/frontends/qt4/GuiWorkArea.cpp
+++ b/src/frontends/qt4/GuiWorkArea.cpp
 <at>  <at>  -1349,7 +1349,6  <at>  <at>  void GuiWorkArea::setReadOnly(bool read_only)
 		return;
 	read_only_ = read_only;
 	updateWindowTitle();
-	lyx_view_->updateDialogs();
 }

-----------------------------------------------------------------------

Summary of changes:
 src/frontends/qt4/GuiWorkArea.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

hooks/post-receive
(Continue reading)


Gmane