Revision: 12955
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12955&view=rev
Author:   hofman
Date:     2008-03-03 13:45:34 -0800 (Mon, 03 Mar 2008)

Log Message:
-----------
Comment out 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:39:19 UTC (rev 12954)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.h        2008-03-03 
21:45:34 UTC (rev 12955)
@@ -80,7 +80,7 @@
     FVDropAfter
 } FVDropOperation;
 
[EMAIL PROTECTED] FVSliderWindow, FVOperationQueue;
[EMAIL PROTECTED] FVSliderWindow;
 
 @interface FileView : NSView 
 {

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.m        2008-03-03 
21:39:19 UTC (rev 12954)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView.m        2008-03-03 
21:45:34 UTC (rev 12955)
@@ -368,7 +368,7 @@
     
     // make sure these get cleaned up; if the datasource is now nil, we're 
probably going to deallocate soon
     [self _cancelActiveDownloads];
-    [_operationQueue cancel];
+    //[_operationQueue cancel];
     
     _padding = [self _paddingForScale:[self iconScale]];
     
@@ -656,7 +656,7 @@
     if (nil == newSuperview) {
         [self removeObserver:self forKeyPath:@"selectionIndexes"];
         [[NSNotificationCenter defaultCenter] removeObserver:self 
name:FVWebIconUpdatedNotificationName object:nil];
-        [_operationQueue cancel];
+        //[_operationQueue cancel];
         
         // break a retain cycle; binding is retaining this view
         [[_sliderWindow slider] unbind:@"value"];


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

Reply via email to