Revision: 7486
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7486&view=rev
Author:   hofman
Date:     2011-09-09 13:13:27 +0000 (Fri, 09 Sep 2011)
Log Message:
-----------
remove username and moddate from custom scripting keys as they're defined for 
all annotation subclasses

Modified Paths:
--------------
    trunk/PDFAnnotation_SKExtensions.m

Modified: trunk/PDFAnnotation_SKExtensions.m
===================================================================
--- trunk/PDFAnnotation_SKExtensions.m  2011-09-09 12:00:35 UTC (rev 7485)
+++ trunk/PDFAnnotation_SKExtensions.m  2011-09-09 13:13:27 UTC (rev 7486)
@@ -263,7 +263,7 @@
 + (NSSet *)customScriptingKeys {
     static NSSet *customScriptingKeys = nil;
     if (customScriptingKeys == nil)
-        customScriptingKeys = [[NSSet alloc] 
initWithObjects:SKNPDFAnnotationLineWidthKey, 
SKPDFAnnotationScriptingBorderStyleKey, SKNPDFAnnotationDashPatternKey, 
SKPDFAnnotationScriptingModificationDateKey, 
SKPDFAnnotationScriptingUserNameKey, nil];
+        customScriptingKeys = [[NSSet alloc] 
initWithObjects:SKNPDFAnnotationLineWidthKey, 
SKPDFAnnotationScriptingBorderStyleKey, SKNPDFAnnotationDashPatternKey, nil];
     return customScriptingKeys;
 }
 

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


------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to