Revision: 11905
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11905&view=rev
Author:   amaxwell
Date:     2007-12-13 20:45:54 -0800 (Thu, 13 Dec 2007)

Log Message:
-----------
Use [self class] here, since I think it's more correct (not that anyone 
overrides this).

Modified Paths:
--------------
    trunk/bibdesk/BDSKSharingServer.m

Modified: trunk/bibdesk/BDSKSharingServer.m
===================================================================
--- trunk/bibdesk/BDSKSharingServer.m   2007-12-13 21:40:07 UTC (rev 11904)
+++ trunk/bibdesk/BDSKSharingServer.m   2007-12-14 04:45:54 UTC (rev 11905)
@@ -207,7 +207,7 @@
 - (void)queueDataChangedNotification:(NSNotification *)note;
 {
     SEL theSEL = @selector(handleQueuedDataChanged);
-    [NSObject cancelPreviousPerformRequestsWithTarget:self selector:theSEL 
object:nil];
+    [[self class] cancelPreviousPerformRequestsWithTarget:self selector:theSEL 
object:nil];
     [self performSelector:theSEL withObject:nil afterDelay:5.0];
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
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

Reply via email to