Revision: 13108
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=13108&view=rev
Author: amaxwell
Date: 2008-04-01 07:35:32 -0700 (Tue, 01 Apr 2008)
Log Message:
-----------
partially revert changes
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m 2008-04-01
05:45:24 UTC (rev 13107)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVWebViewIcon.m 2008-04-01
14:35:32 UTC (rev 13108)
@@ -449,11 +449,11 @@
// note that _fullImage may be non-NULL if we were added to the
FVOperationQueue multiple times before renderOffscreen was called
if (NULL == _fullImage &&
FVShouldDrawFullImageWithThumbnailSize(_desiredSize, [self _thumbnailSize]))
- _fullImage = [FVIconCache newImageForKey:_cacheKey];
+ _fullImage = [FVIconCache newImageNamed:_diskCacheName];
// always load for the fast drawing path
if (NULL == _thumbnail)
- _thumbnail = [FVIconCache newThumbnailForKey:_cacheKey];
+ _thumbnail = [FVIconCache newThumbnailNamed:_diskCacheName];
if (NULL == _thumbnail && NULL == _fullImage && NO == _webviewFailed && NO
== _isRendering) {
// make sure needsRenderForSize: knows that we're actively rendering,
so renderOffscreen doesn't get called again
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit