Revision: 9506
          http://sourceforge.net/p/skim-app/code/9506
Author:   hofman
Date:     2017-11-27 18:30:53 +0000 (Mon, 27 Nov 2017)
Log Message:
-----------
default to 10.13 ivar layout

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

Modified: trunk/PDFDisplayView_SKExtensions.m
===================================================================
--- trunk/PDFDisplayView_SKExtensions.m 2017-11-27 17:57:06 UTC (rev 9505)
+++ trunk/PDFDisplayView_SKExtensions.m 2017-11-27 18:30:53 UTC (rev 9506)
@@ -67,7 +67,7 @@
     } else if ([self respondsToSelector:@selector(pdfView)]) {
         pdfView = [self pdfView];
     } else {
-        @try { pdfView = [self valueForKey:@"pdfView"] ?: [self 
valueForKeyPath:@"private.pdfView"]; }
+        @try { pdfView = [self valueForKeyPath:@"private.pdfView"] ?: [self 
valueForKey:@"pdfView"]; }
         @catch (id exception) {}
     }
     return pdfView;

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