Changeset 763


Ignore:
Timestamp:
01/28/14 11:34:30 (10 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Browser.java

    r760 r763  
    7575        public static ProxyAuth proxyAuth = new ProxyAuth();
    7676
     77        public static boolean _hasExited = false;
     78       
    7779        private MouseEventRouter _mouseEventRouter;
    7880
     
    156158        }
    157159
    158         private static boolean isInitComplete() {
     160        public static boolean isInitComplete() {
    159161                return _initComplete;
    160162        }
     
    580582                                        file.mkdirs();
    581583
     584                                        Browser._hasExited = true;
     585                                       
    582586                                        System.exit(0);
    583587                                }
Note: See TracChangeset for help on using the changeset viewer.