Revision: 2830 http://skim-app.svn.sourceforge.net/skim-app/?rev=2830&view=rev Author: hofman Date: 2007-09-04 11:43:49 -0700 (Tue, 04 Sep 2007)
Log Message: ----------- Reload notes table when page labels have changed. Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2007-09-04 18:24:30 UTC (rev 2829) +++ trunk/SKMainWindowController.m 2007-09-04 18:43:49 UTC (rev 2830) @@ -769,6 +769,7 @@ // these carry a label, moreover when this is called the thumbnails will also be invalid [self resetThumbnails]; [self allSnapshotsNeedUpdate]; + [noteOutlineView reloadData]; // update the outline [pdfOutline release]; @@ -843,12 +844,9 @@ [self registerForDocumentNotifications]; - [noteOutlineView reloadData]; - + [self updatePageLabelsAndOutline]; [self updateNoteSelection]; - [self updatePageLabelsAndOutline]; - NSEnumerator *setupEnum = [snapshotDicts objectEnumerator]; NSDictionary *setup; while (setup = [setupEnum nextObject]) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit