Ignore:
Timestamp:
06/16/08 11:31:24 (16 years ago)
Author:
ra33
Message:

Made it so stats will update on cached version of the frame when backing away from a frame

File:
1 edited

Legend:

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

    r98 r104  
    741741                                ResumeCache();
    742742                        }
    743 
     743                        toSave.setActiveTime(SessionStats.getFrameActiveTime());
     744                        toSave.setDarkTime(SessionStats.getFrameDarkTime());
    744745                        toSave.setLastModifyDate(Logger.EasyDateFormat("ddMMMyyyy:HHmm"));
    745746                        toSave.setLastModifyUser(UserSettings.Username);
Note: See TracChangeset for help on using the changeset viewer.