]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Bug with close empty application was fixed V5_2_9
authormtn <mtn@opencascade.com>
Mon, 7 Oct 2013 11:14:22 +0000 (11:14 +0000)
committermtn <mtn@opencascade.com>
Mon, 7 Oct 2013 11:14:22 +0000 (11:14 +0000)
src/SUIT/SUIT_Session.cxx

index c190b1b917996b50b4a91415febd67b56e2193ae..dc338a8b2eaafc033ef19a9f0e9e97215f82ddb9 100755 (executable)
@@ -289,8 +289,8 @@ void SUIT_Session::closeSession( int mode, int flags )
       if( study->isModified() ){
         myExitStatus = FORCED;
       } 
-      app->closeApplication();
     }
+    app->closeApplication();
   }
   
   myExitFlags = flags;