Ignore:
Timestamp:
08/06/06 16:45:05 (18 years ago)
Author:
Nicholas Riley
Message:

Midnight check - changes "Tomorrow" to "Today" etc. at midnight.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hiptop/pester/net/sabi/pester/Alarms.java

    r297 r299  
    189189            if (e.type == Event.EVENT_TIME_CHANGED) {
    190190                Alarms.getList().forEach(this);
     191                ((Pester)Application.getCurrentApp()).resetMidnightCheck();
    191192                return true;
    192193            } else if (e.type == Event.EVENT_DATASTORE_RESTORED) {
Note: See TracChangeset for help on using the changeset viewer.