Revision: 13641
          http://sourceforge.net/p/skim-app/code/13641
Author:   hofman
Date:     2023-09-05 16:30:00 +0000 (Tue, 05 Sep 2023)
Log Message:
-----------
use variable

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2023-09-05 08:56:43 UTC (rev 13640)
+++ trunk/SKMainWindowController.m      2023-09-05 16:30:00 UTC (rev 13641)
@@ -1201,7 +1201,7 @@
 
     [self registerForDocumentNotifications];
     
-    if ([[pdfView document] isLocked]) {
+    if ([pdfDocument isLocked]) {
         placeholderWidgetProperties = [widgetProperties count] ? 
[widgetProperties copy] : nil;
     } else {
         [self makeWidgets];

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to