Revision: 3631 http://skim-app.svn.sourceforge.net/skim-app/?rev=3631&view=rev Author: hofman Date: 2008-04-05 05:10:40 -0700 (Sat, 05 Apr 2008)
Log Message: ----------- Use correct key for text in note table. Modified Paths: -------------- trunk/SKMainWindowController.m Modified: trunk/SKMainWindowController.m =================================================================== --- trunk/SKMainWindowController.m 2008-04-05 00:35:09 UTC (rev 3630) +++ trunk/SKMainWindowController.m 2008-04-05 12:10:40 UTC (rev 3631) @@ -3746,7 +3746,7 @@ } else if ([ov isEqual:noteOutlineView]) { NSString *tcID = [tableColumn identifier]; if ([tcID isEqualToString:@"note"]) { - return [item type] ? (id)[item text] : (id)[item string]; + return [item type] ? (id)[item string] : (id)[item text]; } else if([tcID isEqualToString:@"type"]) { return [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:item == [pdfView activeAnnotation]], @"active", [item type], @"type", nil]; } else if([tcID isEqualToString:@"page"]) { 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 the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit