Changeset 2940

Show
Ignore:
Timestamp:
05/31/05 00:36:43 (4 years ago)
Author:
morris
Message:

Don't use ZAURLs as keys

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHCache.m

    r2935 r2940  
    113113                [_fileIcons removeObjectForKey:[[_fileIcons allKeys] objectAtIndex:0]]; 
    114114         
    115         [_fileIcons setObject:icon forKey:url]; 
     115        [_fileIcons setObject:icon forKey:[url string]]; 
    116116         
    117117        [_lock unlock]; 
     
    124124         
    125125        [_lock lock]; 
    126         image = [_fileIcons objectForKey:url]; 
     126        image = [_fileIcons objectForKey:[url string]]; 
    127127        [_lock unlock]; 
    128128         
  • Footagehead/trunk/Footagehead.xcode/project.pbxproj

    r2937 r2940  
    180180                                A52DF8F50566E76000D2BE94, 
    181181                                A587DF6F055AA3C4005D2097, 
    182                                 A5E7CC3A0847E7C900F1E98C, 
    183182                                A5DEB66F05CBEFD30074DA63, 
    184183                                A583338D069E30D100D6A96D, 
     
    15361535                                A5DE34860567F307003E7FE9, 
    15371536                                77EA9C1608460B9C006C9F69, 
    1538                                 A5E7CC3B0847E7C900F1E98C, 
    15391537                        ); 
    15401538                        isa = PBXResourcesBuildPhase; 
     
    23242322                        }; 
    23252323                }; 
    2326                 A5E7CC3A0847E7C900F1E98C = { 
    2327                         isa = PBXFileReference; 
    2328                         lastKnownFileType = image.tiff; 
    2329                         path = Flickr.tiff; 
    2330                         refType = 4; 
    2331                         sourceTree = "<group>"; 
    2332                 }; 
    2333                 A5E7CC3B0847E7C900F1E98C = { 
    2334                         fileRef = A5E7CC3A0847E7C900F1E98C; 
    2335                         isa = PBXBuildFile; 
    2336                         settings = { 
    2337                         }; 
    2338                 }; 
    23392324                A5EE94DA055AA5EE00CC2AD8 = { 
    23402325                        children = (