Ignore:
Timestamp:
11/02/20 15:39:02 (4 years ago)
Author:
bnemhaus
Message:

Added function to FrameIO for more cleanly creating (specifically) the default profile. This was previously done by passing UserSettings.DEFAULT_PROFILE_NAME to FrameIO.CreateNewProfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/ApolloSystem.java

    r1515 r1538  
    155155                if (profile == null) {
    156156                        try {
    157                                 profile = FrameIO.CreateNewProfile(UserSettings.DEFAULT_PROFILE_NAME, null, null);
     157                                profile = FrameIO.CreateNewDefaultProfile();
    158158                        } catch (Exception e) {
    159159                                e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.