Ignore:
Timestamp:
10/12/07 21:53:46 (17 years ago)
Author:
rchin
Message:

Leopard compatibility changes:

  • Removed some icon caching code that was causing crashes (not sure we really needed those optimizations anyway -- doesn't appear to affect performance)
  • Added code to automatically try to add certificate to keychain, for new code signing behavior (replaces previous procmod nonesense).
  • Note that the enclosed public certificate is mine, and so it will need to be signed by me. In the case that someone else wants to distribute this binary, please replace Certficiate.cer with your own public certificate, and then make sure o code sign the binary after it is built.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/NJRLabeledImageCell.h

    r7 r342  
    3131@private
    3232    NSImage *image;
    33     id imageCacheSource;
    3433}
    3534
     
    3837- (void)setImage:(NSImage *)anImage;
    3938- (NSImage *)image;
    40 - (void)setImageCacheSource:(id)aSource;
    4139
    4240- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView;
Note: See TracChangeset for help on using the changeset viewer.