Revision: 1210
Author:   jhoskens
Date:     2006-06-21 04:35:11 -0700 (Wed, 21 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1210&view=rev

Log Message:
-----------
fix for RCP-366 (splashscreen disposed when load context fails)

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationLauncher.java
Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationLauncher.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationLauncher.java
   2006-06-21 11:16:07 UTC (rev 1209)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/richclient/application/ApplicationLauncher.java
   2006-06-21 11:35:11 UTC (rev 1210)
@@ -153,6 +153,7 @@
         }
         catch (Exception e) {
             logger.warn("Exception occured initializing application startup 
context.", e);
+            destroySplashScreen(); // when app context fails to load, destroy 
splashscreen
             throw new ApplicationException("Unable to start rich client 
application", e);
         }
     }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to