Revision: 4041
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4041&view=rev
Author:   hofman
Date:     2008-06-19 17:13:07 -0700 (Thu, 19 Jun 2008)

Log Message:
-----------
Correctly set skim note dictionary read from EAs.

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

Modified: trunk/SKPDFDocument.m
===================================================================
--- trunk/SKPDFDocument.m       2008-06-20 00:12:47 UTC (rev 4040)
+++ trunk/SKPDFDocument.m       2008-06-20 00:13:07 UTC (rev 4041)
@@ -647,7 +647,6 @@
                     pdfDoc = nil;
                 }
             } else if ([array count] == 0) {
-                [self setNoteDicts:array];
                 NSString *path = [[absoluteURL path] 
stringByReplacingPathExtension:@"skim"];
                 if ([[NSFileManager defaultManager] fileExistsAtPath:path]) {
                     int readOption = [[NSUserDefaults standardUserDefaults] 
integerForKey:SKReadMissingNotesFromSkimFileOptionKey];
@@ -667,6 +666,8 @@
                         }
                     }
                 }
+            } else {
+                [self setNoteDicts:array];
             }
         }
     } else if (SKIsPDFBundleDocumentType(docType)) {


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to