Revision: 12199
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12199&view=rev
Author:   hofman
Date:     2008-01-02 11:51:19 -0800 (Wed, 02 Jan 2008)

Log Message:
-----------
Invert check.

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

Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m      2008-01-02 19:09:32 UTC (rev 12198)
+++ trunk/bibdesk/BDSKLinkedFile.m      2008-01-02 19:51:19 UTC (rev 12199)
@@ -134,7 +134,7 @@
         if (inBasePath != NULL) {
             err = BDSKPathToFSRef(inBasePath, &baseRef);
             
-            if (err != noErr)
+            if (err == noErr)
                 alias = BDSKFSRefToAliasHandle(&ref, &baseRef);
         } else {
             alias = BDSKFSRefToAliasHandle(&ref, NULL);


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to