Revision: 11541
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11541&view=rev
Author:   hofman
Date:     2007-11-11 09:32:50 -0800 (Sun, 11 Nov 2007)

Log Message:
-----------
We use a URL rather than a path.

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-11-11 17:29:34 UTC 
(rev 11540)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BibItem.m   2007-11-11 17:32:50 UTC 
(rev 11541)
@@ -1684,7 +1684,7 @@
         }
     }
     if (!drop) {
-        value = [self filesAsBibTeXFragmentRelativeToPath:[self 
basePathForAliasFile:nil]];
+        value = [self filesAsBibTeXFragmentRelativeToPath:[[self 
baseURLForAliasFile:nil] path]];
         if (value) [s appendString:value];
     }
     [knownKeys release];


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