The branch, 2.0.x, has been updated.

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

commit 1a830a6b1c4eb0e434e74af8cae83a8671655920
Author: Richard Heck <[email protected]>
Date:   Sun Jul 22 10:47:20 2012 -0400

    Squash warning.

diff --git a/src/frontends/qt4/Menus.cpp b/src/frontends/qt4/Menus.cpp
index af7fe30..d0f2e45 100644
--- a/src/frontends/qt4/Menus.cpp
+++ b/src/frontends/qt4/Menus.cpp
@@ -950,7 +950,7 @@ void MenuDefinition::expandDocuments()
        // We cannot use a for loop as the buffer list cycles.
        do {
                bool const shown = guiApp->currentView()
-                       ? guiApp->currentView()->workArea(*b) : false;
+                       ? bool(guiApp->currentView()->workArea(*b)) : false;
                if (!shown) {
                        QString label = toqstr(b->fileName().displayName(20));
                        if (!b->isClean())

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

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


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to