Ignore:
Timestamp:
11/25/07 20:43:33 (17 years ago)
Author:
Nicholas Riley
Message:

English.lproj/MainMenu.nib: Temporarily remove/move out of view
controls that don't do anything. Remove "Edit Alerts" from Edit menu
since there's no point in a collapsible alert area yet.

Info-Pester.plist: Updated for build 21.

PSAlarmSetController.m: Always expand alert area since there isn't any
space saving for now.

Pester.xcodeproj: Updated for build 21.

Read Me.rtfd: Clarify dock bouncing behavior and explain why controls
are missing.

Updates/release-notes.html: Updated for build 21.

Updates/updates.html: Updated for build 21.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarmSetController.m

    r361 r363  
    8484        [self _setVolume: volume withPreview: NO];
    8585    }
    86     [editAlert setIntValue: [defaults boolForKey: PSAlertsEditing]];
     86    [editAlert setIntValue: 1]; // XXX temporary for 1.1b5
    8787    {
    8888        NSDictionary *plAlerts = [defaults dictionaryForKey: PSAlertsSelected];
Note: See TracChangeset for help on using the changeset viewer.