Changeset 1330 for trunk


Ignore:
Timestamp:
04/29/19 09:43:13 (5 years ago)
Author:
bln4
Message:
 
Location:
trunk/src/org/expeditee
Files:
2 edited

Legend:

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

    r1328 r1330  
    20542054                                }
    20552055                        }
    2056                 }
    2057                 catch (IOException e) {
     2056                } catch (IOException e) {
    20582057                        e.printStackTrace();
    20592058                        personalResources = null;
  • trunk/src/org/expeditee/settings/UserSettings.java

    r1328 r1330  
    209209                        // If resources-private exists then this is a good sign we have new regime available.
    210210                        PublicAndPrivateResources = Boolean.TRUE;
    211                 }
    212                 else if (resFile.exists()) {
     211                } else if (resFile.exists()) {
    213212                        // If we do not, but do have the .res file then this is a good sign we are in old regime.
    214213                        PublicAndPrivateResources = Boolean.FALSE;
    215                 }
    216                 else {
     214                } else {
    217215                        // If we have neither then we are unpacking and therefore will have new regime available once unpacked.
    218216                        PublicAndPrivateResources = Boolean.TRUE;
Note: See TracChangeset for help on using the changeset viewer.