Revision: 23928
http://sourceforge.net/p/bibdesk/svn/23928
Author: hofman
Date: 2019-07-03 15:12:06 +0000 (Wed, 03 Jul 2019)
Log Message:
-----------
notify delegate to add progress indicator
Modified Paths:
--------------
trunk/bibdesk/BibItem.m
Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m 2019-07-03 15:07:52 UTC (rev 23927)
+++ trunk/bibdesk/BibItem.m 2019-07-03 15:12:06 UTC (rev 23928)
@@ -3251,6 +3251,7 @@
[downloads addObject:download];
[download start];
[download release];
+ [progressDelegate item:self addProgressForURL:url atIndex:NSNotFound];
}
}
@@ -3264,6 +3265,7 @@
[download setDelegate:self];
[download start];
[download release];
+ [progressDelegate item:self addProgressForURL:[linkedFile URL]
atIndex:idx];
}
}
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