Ignore:
Timestamp:
07/19/06 04:38:21 (18 years ago)
Author:
Nicholas Riley
Message:

Handle time changes by rescheduling (if it's time-based) or just updating the fire time (if it's interval-based, since those use real time when active).

File:
1 edited

Legend:

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

    r254 r255  
    127127        }
    128128        validate();
    129         Application.registerForEvent(this, Event.EVENT_TIME_CHANGED));
     129        Application.registerForEvent(this, Event.EVENT_TIME_CHANGED);
    130130        show();
    131131        if (!mHaveShownWindow) {
Note: See TracChangeset for help on using the changeset viewer.