Revision: 12260
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=12260&view=rev
Author:   hofman
Date:     2008-01-04 12:54:56 -0800 (Fri, 04 Jan 2008)

Log Message:
-----------
Use correct initializer to create a linked URL.

Modified Paths:
--------------
    trunk/bibdesk/BibItem+Scripting.m

Modified: trunk/bibdesk/BibItem+Scripting.m
===================================================================
--- trunk/bibdesk/BibItem+Scripting.m   2008-01-04 19:29:44 UTC (rev 12259)
+++ trunk/bibdesk/BibItem+Scripting.m   2008-01-04 20:54:56 UTC (rev 12260)
@@ -137,7 +137,7 @@
 
 - (void)insertInLinkedURLs:(NSString *)newURLString atIndex:(unsigned int)idx {
     NSURL *newURL = [NSURL 
URLWithStringByNormalizingPercentEscapes:newURLString];
-    BDSKLinkedFile *file = [[[BDSKLinkedFile alloc] initWithURL:newURL] 
autorelease];
+    BDSKLinkedFile *file = [[[BDSKLinkedFile alloc] initWithURL:newURL 
delegate:self] autorelease];
     if (file) {
         NSArray *remoteURLs = [self remoteURLs];
         if (idx < [remoteURLs count]) {


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

Reply via email to