Revision: 11390
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11390&view=rev
Author:   hofman
Date:     2007-10-25 10:20:37 -0700 (Thu, 25 Oct 2007)

Log Message:
-----------
Set relative path.

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

Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m
===================================================================
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m  2007-10-25 16:41:53 UTC 
(rev 11389)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m  2007-10-25 17:20:37 UTC 
(rev 11390)
@@ -397,7 +397,7 @@
     if (self = [super init]) {
         fileRef = NULL; // this is updated lazily, as we don't know the base 
path at this point
         alias = [anAlias retain];
-        relativePath = nil;
+        relativePath = [relPath copy];
         delegate = aDelegate;
     }
     return self;    


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