Ignore:
Timestamp:
08/09/07 09:03:58 (17 years ago)
Author:
Nicholas Riley
Message:

AntiRSI.[hm]: Replaced unnecessary use of KVO on reset_session_timer_time with setReset_session_timer_time; now reset_session_timer_time is a NSCalendarDate that doesn't need converting every time it's used. Invalidate badge_session_minutes so the badge changes when the work color is adjusted in preferences.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/AntiRSI.h

    r332 r333  
    8787    bool reset_session_timer_daily;
    8888    bool reset_session_timer_after;
    89     NSDate *reset_session_timer_time;
     89    NSCalendarDate *reset_session_timer_time;
    9090    int reset_session_timer_after_hours;
    9191       
Note: See TracChangeset for help on using the changeset viewer.