Revision: 16535
          http://sourceforge.net/p/skim-app/code/16535
Author:   hofman
Date:     2026-09-23 16:45:13 +0000 (Wed, 23 Sep 2026)
Log Message:
-----------
check string rather than contents

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-09-23 16:37:00 UTC (rev 16534)
+++ trunk/SKMainWindowController.m      2026-09-23 16:45:13 UTC (rev 16535)
@@ -1123,7 +1123,7 @@
                 else if (pageIndex >= [pdfDoc pageCount])
                     pageIndex = [pdfDoc pageCount] - 1;
                 PDFPage *page = [pdfDoc pageAtIndex:pageIndex];
-                if (autoUpdate && [[annotation contents] length] == 0)
+                if (autoUpdate && [[annotation string] length] == 0)
                     [annotation autoUpdateStringWithPage:page];
                 [notesAndPagesToAdd addObject:@[annotation, page]];
             }

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