Revision: 3961
http://skim-app.svn.sourceforge.net/skim-app/?rev=3961&view=rev
Author: hofman
Date: 2008-06-04 08:26:56 -0700 (Wed, 04 Jun 2008)
Log Message:
-----------
fix selector
Modified Paths:
--------------
trunk/PDFAnnotationMarkup_SKExtensions.m
Modified: trunk/PDFAnnotationMarkup_SKExtensions.m
===================================================================
--- trunk/PDFAnnotationMarkup_SKExtensions.m 2008-06-04 12:06:29 UTC (rev
3960)
+++ trunk/PDFAnnotationMarkup_SKExtensions.m 2008-06-04 15:26:56 UTC (rev
3961)
@@ -150,7 +150,7 @@
+ (void)load {
originalDealloc = SKReplaceMethodImplementationWithSelector(self,
@selector(dealloc), @selector(replacementDealloc));
if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_4)
- originalDrawWithBoxInContext =
SKReplaceMethodImplementationWithSelector(self,
@selector(drawWithBox:inContext:), @selector(relacementDrawWithBox:inContext:));
+ originalDrawWithBoxInContext =
SKReplaceMethodImplementationWithSelector(self,
@selector(drawWithBox:inContext:),
@selector(replacementDrawWithBox:inContext:));
lineRectsDict = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, NULL,
&kCFTypeDictionaryValueCallBacks);
}
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://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit