The branch, 2.0.x, has been updated.

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

commit a31a9d9ba59c6e6f5d491bd4dc5fb52e5cca1fc7
Author: Pavel Sanda <[email protected]>
Date:   Thu Jun 28 21:03:14 2012 +0200

    Fix #8203: remove window updating optimization leading to various crashes.
    
    This is already fixed in trunk.

diff --git a/src/frontends/qt4/GuiWorkArea.cpp 
b/src/frontends/qt4/GuiWorkArea.cpp
index 1eb06a9..d4d9e5f 100644
--- a/src/frontends/qt4/GuiWorkArea.cpp
+++ b/src/frontends/qt4/GuiWorkArea.cpp
@@ -1349,8 +1349,7 @@ void GuiWorkArea::setReadOnly(bool read_only)
                return;
        read_only_ = read_only;
        updateWindowTitle();
-       if (this == lyx_view_->currentWorkArea())
-               lyx_view_->updateDialogs();
+       lyx_view_->updateDialogs();
 }
 
 
diff --git a/status.20x b/status.20x
index 1093033..ce24b75 100644
--- a/status.20x
+++ b/status.20x
@@ -57,6 +57,7 @@ What's new
 
 * USER INTERFACE
 
+- Fix various crashes when single document is edited in more windows (bug 
8203).
 
 
 * DOCUMENTATION AND LOCALIZATION

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

Summary of changes:
 src/frontends/qt4/GuiWorkArea.cpp |    3 +--
 status.20x                        |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to