Revision: 18422
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18422&view=rev
Author:   hofman
Date:     2012-01-18 18:17:17 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
get path directly

Modified Paths:
--------------
    trunk/bibdesk/BDSKFiler.m

Modified: trunk/bibdesk/BDSKFiler.m
===================================================================
--- trunk/bibdesk/BDSKFiler.m   2012-01-18 17:52:47 UTC (rev 18421)
+++ trunk/bibdesk/BDSKFiler.m   2012-01-18 18:17:17 UTC (rev 18422)
@@ -150,7 +150,7 @@
                
         file = [paperInfo valueForKey:BDSKFilerFileKey];
         pub = [paperInfo valueForKey:BDSKFilerPublicationKey];
-        oldPath = [[file URL] path];
+        oldPath = [file path];
                if (initial) // autofile action: an array of BDSKLinkedFiles
                        newPath = [[pub suggestedURLForLinkedFile:file] path];
                else // an explicit move, possibly from undo: a list of info 
dictionaries

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to