Revision: 12954
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12954&view=rev
Author: hofman
Date: 2008-03-03 13:39:19 -0800 (Mon, 03 Mar 2008)
Log Message:
-----------
Remove operation queue.
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.h
trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.h
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.h 2008-03-03
21:37:06 UTC (rev 12953)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.h 2008-03-03
21:39:19 UTC (rev 12954)
@@ -114,7 +114,7 @@
FVSliderWindow *_sliderWindow;
NSTrackingRectTag _topSliderTag;
NSTrackingRectTag _bottomSliderTag;
- FVOperationQueue *_operationQueue;
+ //FVOperationQueue *_operationQueue;
CFMutableDictionaryRef _activeDownloads;
CFRunLoopTimerRef _progressTimer;
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.m 2008-03-03
21:37:06 UTC (rev 12953)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.m 2008-03-03
21:39:19 UTC (rev 12954)
@@ -212,7 +212,7 @@
_activeDownloads = CFDictionaryCreateMutable(alloc, 0,
&kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
_progressTimer = NULL;
- _operationQueue = [FVOperationQueue new];
+ //_operationQueue = [FVOperationQueue new];
}
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object
change:(NSDictionary *)change context:(void *)context
@@ -258,8 +258,8 @@
// takes care of the timer as well
[self _cancelActiveDownloads];
CFRelease(_activeDownloads);
- [_operationQueue terminate];
- [_operationQueue release];
+ //[_operationQueue terminate];
+ //[_operationQueue release];
CGLayerRelease(_selectionOverlay);
[super dealloc];
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit