Changeset 521 for trunk/Cocoa


Ignore:
Timestamp:
05/25/09 03:07:38 (15 years ago)
Author:
Nicholas Riley
Message:

Restore "today" item to date completion menus.

File:
1 edited

Legend:

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

    r360 r521  
    5454        } else itemIndex++;
    5555    }
     56    if ([timeDateCompletions pullsDown]) // add a dummy first item, which gets consumed for the (obscured) title
     57        [timeDateCompletions insertItemWithTitle: @"" atIndex: 0];
    5658}
    5759
Note: See TracChangeset for help on using the changeset viewer.