Revision: 11381
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11381&view=rev
Author:   hofman
Date:     2007-10-25 01:56:47 -0700 (Thu, 25 Oct 2007)

Log Message:
-----------
Use correct base paths for bibtex string of files

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-25 06:11:06 UTC 
(rev 11380)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibItem.m   2007-10-25 08:56:47 UTC 
(rev 11381)
@@ -1613,7 +1613,7 @@
         string = [NSMutableString string];
         for (i = 0; i < iMax; i++) {
             NSString *key = [NSString stringWithFormat:@"Bdsk-File-%d", i];
-            NSString *value = [[files objectAtIndex:i] 
base64StringRelativeToPath:basePath convertedRelativeToPath:nil];
+            NSString *value = [[files objectAtIndex:i] 
base64StringRelativeToPath:[self basePath] convertedRelativeToPath:basePath];
             OBPRECONDITION([value rangeOfCharacterFromSet:[NSCharacterSet 
curlyBraceCharacterSet]].length == 0);
             [string appendFormat:@",\n\t%@ = [EMAIL PROTECTED]", key, value];
         }


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