Ignore:
Timestamp:
04/04/19 15:01:45 (5 years ago)
Author:
bln4
Message:

Implemented band-aid to fix authentication mode not saving last edits on exit (and I imagine other problems).

The issue was that Browser._theBrowser was not being set because the Browser.init method was being highjacked by Authenticator. Authenticator now extends Browser, calls a newly minted (mostly) empty super constructor and sets Browser._theBrowser to itself. Once commits concerning how Expeditee startup has been made this can be tidied up.

File:
1 edited

Legend:

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

    r1270 r1281  
    237237                return _initComplete;
    238238        }
     239       
     240        protected Browser(String mode) {
     241                System.out.println("Running Expeditee in " + mode + " mode.");
     242        }
    239243
    240244        protected Browser() {
Note: See TracChangeset for help on using the changeset viewer.