Revision: 9415
          http://sourceforge.net/p/skim-app/code/9415
Author:   hofman
Date:     2017-04-29 17:46:52 +0000 (Sat, 29 Apr 2017)
Log Message:
-----------
fix typo in last commit

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

Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m      2017-04-29 17:46:22 UTC (rev 9414)
+++ trunk/SKMainDocument.m      2017-04-29 17:46:52 UTC (rev 9415)
@@ -1094,7 +1094,7 @@
                 PDFAnnotation *newAnnotation = [[PDFAnnotation alloc] 
initSkimNoteWithProperties:properties];
                 if (newAnnotation) {
                     // this is only to make sure markup annotations generate 
the lineRects, for thread safety
-                    [newAnnotationm boundsOrder];
+                    [newAnnotation boundsOrder];
                     PDFAnnotation *popup = [annotation popup];
                     if (popup)
                         [pdfView removeAnnotation:popup];

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to