Revision: 2902
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2902&view=rev
Author:   hofman
Date:     2007-09-11 13:46:31 -0700 (Tue, 11 Sep 2007)

Log Message:
-----------
Fix a typo in type select support.

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

Modified: trunk/SKNotesDocument.m
===================================================================
--- trunk/SKNotesDocument.m     2007-09-11 20:41:33 UTC (rev 2901)
+++ trunk/SKNotesDocument.m     2007-09-11 20:46:31 UTC (rev 2902)
@@ -424,7 +424,7 @@
     NSMutableArray *texts = [NSMutableArray arrayWithCapacity:count];
     for (i = 0; i < count; i++) {
         id item = [outlineView itemAtRow:i];
-        NSString *contents = [item type] ? [item valueForKey:@"contents"] : 
[[item valueForKey:@"contents"] string];
+        NSString *contents = [item valueForKey:@"type"] ? [item 
valueForKey:@"contents"] : [[item valueForKey:@"contents"] string];
         [texts addObject:contents ? contents : @""];
     }
     return texts;


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to