Revision: 11397
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11397&view=rev
Author:   amaxwell
Date:     2007-10-26 09:46:41 -0700 (Fri, 26 Oct 2007)

Log Message:
-----------
fix typos

Modified Paths:
--------------
    branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibItem.m

Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibItem.m
===================================================================
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibItem.m   2007-10-26 12:34:09 UTC 
(rev 11396)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibItem.m   2007-10-26 16:46:41 UTC 
(rev 11397)
@@ -2487,7 +2487,7 @@
     }
     
     if ([owner fileURL])
-        [files makeObjectPerformSelector:@selector(update)];
+        [files makeObjectsPerformSelector:@selector(update)];
     
     // !!! get these out of pubFields for now to avoid duplication when saving
     [pubFields removeObjectsForKeys:keysToRemove];
@@ -2511,7 +2511,7 @@
     [files insertObject:aFile atIndex:idx];
     [aFile setDelegate:self];
     if ([owner fileURL])
-        [file update];
+        [aFile update];
 }
 
 - (void)removeObjectFromFilesAtIndex:(NSUInteger)idx


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/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to