Revision: 7406
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7406&view=rev
Author:   hofman
Date:     2011-07-31 10:02:53 +0000 (Sun, 31 Jul 2011)

Log Message:
-----------
just make sure we get the right page labels in backup code

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

Modified: trunk/PDFDocument_SKExtensions.m
===================================================================
--- trunk/PDFDocument_SKExtensions.m    2011-07-30 23:01:41 UTC (rev 7405)
+++ trunk/PDFDocument_SKExtensions.m    2011-07-31 10:02:53 UTC (rev 7406)
@@ -143,6 +143,7 @@
     }
     if ([pageLabels count] != pageCount) {
         NSUInteger i;
+        [pageLabels removeAllObjects];
         for (i = 0; i < pageCount; i++)
             [pageLabels addObject:useSequential ? [NSString 
stringWithFormat:@"%lu", (unsigned long)(i + 1)] : [[self pageAtIndex:i] 
displayLabel]];
     }


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

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to