Changeset 1451 for trunk


Ignore:
Timestamp:
11/29/19 15:02:06 (4 years ago)
Author:
bnemhaus
Message:

GitPushFrame now gets UserSettings.UserName for username rather than UserSettings.ProfileName for username.
Normally these things mean the same thing, however, in this case the difference is significant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Misc.java

    r1436 r1451  
    15661566       
    15671567        Frame current = DisplayController.getCurrentFrame();
    1568         String userName = UserSettings.ProfileName.get();
     1568        String userName = UserSettings.UserName.get();
    15691569
    15701570        String frameName = current.getName();
Note: See TracChangeset for help on using the changeset viewer.