Revision: 3042
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3042&view=rev
Author:   hofman
Date:     2007-10-14 10:15:57 -0700 (Sun, 14 Oct 2007)

Log Message:
-----------
fix a typo.

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

Modified: trunk/SKTemplateParser.m
===================================================================
--- trunk/SKTemplateParser.m    2007-10-14 17:11:26 UTC (rev 3041)
+++ trunk/SKTemplateParser.m    2007-10-14 17:15:57 UTC (rev 3042)
@@ -739,7 +739,7 @@
             
         } else if (type == SKCollectionTagType) {
             
-            keyValue = [object safeValueForKeyPath:[tag keyPath];
+            keyValue = [object safeValueForKeyPath:[tag keyPath]];
             if ([keyValue respondsToSelector:@selector(objectEnumerator)]) {
                 NSEnumerator *itemE = [keyValue objectEnumerator];
                 id nextItem, item = [itemE 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to