Changeset 1353 for trunk


Ignore:
Timestamp:
05/06/19 13:15:33 (5 years ago)
Author:
bln4
Message:

Explicitly set rest of non-used paths in old regime to null.

File:
1 edited

Legend:

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

    r1350 r1353  
    184184                        IMAGES_PATH = PARENT_FOLDER + "images" + File.separator;
    185185                        AUDIO_PATH = PARENT_FOLDER + "audio" + File.separator;
     186                       
     187                        // These paths are not used by old regime.
     188                        HELP_PRIVATE_PATH = null;
     189                        FRAME_PRIVATE_PATH = null;
     190                        IMAGES_PRIVATE_PATH = null;
     191                        AUDIO_PRIVATE_PATH = null;
     192                        // - This last one is never used because old regime is never extracted.  If we are going to FrameUtils.extractResources then we are doing new regime.
     193                        RESOURCES_PRIVATE_PATH = null;
    186194                       
    187195                        if (AuthenticatorBrowser.isAuthenticated()) {
Note: See TracChangeset for help on using the changeset viewer.