Revision: 15498
http://sourceforge.net/p/skim-app/code/15498
Author: hofman
Date: 2025-06-18 15:57:03 +0000 (Wed, 18 Jun 2025)
Log Message:
-----------
set correct array
Modified Paths:
--------------
trunk/SKMainDocument.m
Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m 2025-06-18 15:55:54 UTC (rev 15497)
+++ trunk/SKMainDocument.m 2025-06-18 15:57:03 UTC (rev 15498)
@@ -910,7 +910,7 @@
(pdfDoc = [[SKPDFDocument alloc] initWithURL:pdfURL])) {
NSArray *array = [[NSFileManager defaultManager]
readSkimNotesFromPDFBundleAtURL:absoluteURL error:&error];
if ([array count]) {
- [tmpData setNoteDicts:array];
+ notes = array;
} else if (array == nil && [self
shouldDiscontinueAfterReadNotesError:error fromURL:absoluteURL]) {
data = nil;
pdfDoc = nil;
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