Ignore:
Timestamp:
05/09/05 04:16:56 (19 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEEAction.c: Replace undocumented _LSCopyApplicationURLsForItemURL
with LSCopyApplicationURLsForURL, which was introduced in 10.3.

ICFindFilesToRemove/UICookieMonster.m: Fix some minor bugs revealed by
new compiler warnings in Apple's GCC 4.0.

ICeCoffEETextEdit.c: Pass an unsigned long instead of a SInt32 to
Delay(), as intended (another GCC 4.0 nit-pick).

English.lproj/InfoPlist.strings: Update version number.

ICeCoffEEShared.h: Enable debugging.

ICeCoffEE APE.xcode: Changes for Xcode 2.0.

ICeCoffEE.m: Casts to satisfy GCC 4.0.

APEMain.m: Fix CFStringCompare third argument: options, not a pointer.
Yet another dumb coding mistake pointed out courtesy of GCC 4.0.

File:
1 edited

Legend:

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

    r68 r181  
    4343    isGlobal = global;
    4444    version = inVersion;
    45     cachedVersion = NULL;
     45    cachedVersion = 0;
    4646   
    4747    files = [[NSMutableArray arrayWithCapacity:0] retain];
     
    104104    [productID release];
    105105    [files release];
     106    [super dealloc];
    106107}
    107108
Note: See TracChangeset for help on using the changeset viewer.