Changeset 1433 for trunk


Ignore:
Timestamp:
08/21/19 12:38:47 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

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

    r1415 r1433  
    379379                } else {
    380380                        List<String> directoriesToSearch = FolderSettings.FrameDirs.getAbsoluteDirs();
    381                        
    382 //                      if (AuthenticatorBrowser.Authenticated) {
    383 //                              // if we are running Expeditee Authenticated, consult user profile as location for framesets first
    384 //                              String profilePath = FrameIO.PROFILE_PATH + UserSettings.UserName.get() + File.separator;
    385 //                              directoriesToSearch.add(0, profilePath);
    386 //                      }
    387381                       
    388382                        for (String path : directoriesToSearch) {
Note: See TracChangeset for help on using the changeset viewer.