Ignore:
Timestamp:
02/24/09 19:00:40 (15 years ago)
Author:
Nicholas Riley
Message:

English.proj/APEInfo.rtfd: Updated for 1.5b5.

English.lproj/InfoPlist.strings: Updated copyright date.

English.lproj/Localizable.strings: Don't report an error in WebKit if
there's nothing to launch ("Sorry, ICeCoffEE was unable to find
anything to select").

ICeCoffEE/ICeCoffEE.m: Don't trigger exception with Command-click
outside text range (introduced in 10.5.x?).

ICeCoffEE/ICeCoffEEWebKit.m: Update for WebFrame changes (r39145).

VERSION.xcconfig: Updated for 1.5b5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEE.m

    r440 r495  
    219219        NSCAssert(range.location != NSNotFound, ICCF_LocalizedString(@"There is no insertion point or selection in the text field where you clicked"));
    220220        NSString *url = nil;
     221       
     222        if (range.location == length)
     223            range.location--; // Leopard text storage complains "out of range"
    221224   
    222225        if ([[self textStorage] attribute: NSLinkAttributeName atIndex: range.location
Note: See TracChangeset for help on using the changeset viewer.