2002/09/02 18:38:20
[org.ibex.core.git] / src / org / xwt / Surface.java
index 1266466..167a5f4 100644 (file)
@@ -381,7 +381,7 @@ public abstract class Surface {
         _dispose();
 
         // quit when all windows are closed
-        if (allSurfaces.size() == 0 && quitIfAllSurfacesGone) {
+        if (allSurfaces.size() == 0 && quitIfAllSurfacesGone && Main.doneInitializing) {
             if (Log.on) {
                 if (refreshableSurfaceWasCreated) Log.log(this, "exiting because last remaining surface was disposed");
                 else Log.log(this, "exiting because no surface was ever created");