Revision: 23927
          http://sourceforge.net/p/bibdesk/svn/23927
Author:   hofman
Date:     2019-07-03 15:07:52 +0000 (Wed, 03 Jul 2019)
Log Message:
-----------
set item download delegate

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2019-07-03 15:06:30 UTC (rev 23926)
+++ trunk/bibdesk/BibItem.m     2019-07-03 15:07:52 UTC (rev 23927)
@@ -3261,6 +3261,7 @@
         if (downloads == nil)
             downloads = [[NSMutableArray alloc] init];
         [downloads addObject:download];
+        [download setDelegate:self];
         [download start];
         [download release];
     }

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to