[vlmc-devel] commit: MainWindow: Bring up the wizzard if project restore failed. Not if it succeeded. (Hugo Beauzee-Luyssen )

git at videolan.org git at videolan.org
Wed Mar 17 21:12:07 CET 2010


vlmc | branch: master | Hugo Beauzee-Luyssen <beauze.h at gmail.com> | Wed Mar 17 19:37:04 2010 +0100| [67c4f1acaaa76cf4019b6114d5c3c6824c316162] | committer: Hugo Beauzee-Luyssen 

MainWindow: Bring up the wizzard if project restore failed. Not if it succeeded.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=67c4f1acaaa76cf4019b6114d5c3c6824c316162
---

 src/Gui/MainWindow.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 8ce38fd..ac816c7 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -125,7 +125,7 @@ MainWindow::MainWindow( QWidget *parent ) :
 
 
 #ifdef WITH_CRASHHANDLER
-    if ( restoreSession() == false )
+    if ( restoreSession() == true )
         return ;
 #endif
     QSettings s;



More information about the Vlmc-devel mailing list