Ignore:
Timestamp:
01/02/03 05:30:03 (21 years ago)
Author:
Nicholas Riley
Message:

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

Location:
trunk/Cocoa/Pester/Source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source

    • Property svn:ignore
      •  

        old new  
        11build
         2.gdb_history
  • trunk/Cocoa/Pester/Source/NJRHistoryTrackingComboBox.m

    r39 r53  
    6060    NSString *newValue = [self stringValue];
    6161    int oldIndex = [self indexOfItemWithObjectValue: newValue];
     62    if ([newValue length] == 0) return YES; // donÕt save empty entries
    6263    [self removeItemWithObjectValue: newValue];
    6364    [self insertItemWithObjectValue: newValue atIndex: 0];
Note: See TracChangeset for help on using the changeset viewer.