Revision: 12261
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12261&view=rev
Author: hofman
Date: 2008-01-04 13:08:44 -0800 (Fri, 04 Jan 2008)
Log Message:
-----------
Use correct initializer to create a linked URL.
Modified Paths:
--------------
trunk/bibdesk/BDSKLinkedFile.m
Modified: trunk/bibdesk/BDSKLinkedFile.m
===================================================================
--- trunk/bibdesk/BDSKLinkedFile.m 2008-01-04 20:54:56 UTC (rev 12260)
+++ trunk/bibdesk/BDSKLinkedFile.m 2008-01-04 21:08:44 UTC (rev 12261)
@@ -632,7 +632,7 @@
- (id)copyWithZone:(NSZone *)aZone
{
- return [[[self class] alloc] initWithURL:URL];
+ return [[[self class] alloc] initWithURL:URL delegate:nil];
}
- (id)initWithCoder:(NSCoder *)coder
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit