Revision: 12959
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12959&view=rev
Author:   hofman
Date:     2008-03-03 16:44:55 -0800 (Mon, 03 Mar 2008)

Log Message:
-----------
Fix apparent typo.

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVConcreteOperation.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVConcreteOperation.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVConcreteOperation.m     
2008-03-03 23:17:46 UTC (rev 12958)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVConcreteOperation.m     
2008-03-04 00:44:55 UTC (rev 12959)
@@ -92,9 +92,9 @@
     } while (false == didSwap);
 }
 
-- (void)main;
+- (void)start;
 {
-    // [super main] performs some validation; we'd have to set _executing bit 
after that call for async, but before for sync, which is not possible.  Hence, 
reimplement the whole thing here.
+    // [super start] performs some validation; we'd have to set _executing bit 
after that call for async, but before for sync, which is not possible.  Hence, 
reimplement the whole thing here.
     if ([self isCancelled])
         [NSException raise:NSInternalInconsistencyException format:@"attempt 
to execute a cancelled operation"];
     if ([self isExecuting] || [self isFinished])


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