Revision: 23931
          http://sourceforge.net/p/bibdesk/svn/23931
Author:   hofman
Date:     2019-07-03 16:12:10 +0000 (Wed, 03 Jul 2019)
Log Message:
-----------
als send initial progress uodate for determinate progress, we may want to 
convert to determinate

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

Modified: trunk/bibdesk/BDSKItemDownload.m
===================================================================
--- trunk/bibdesk/BDSKItemDownload.m    2019-07-03 15:30:34 UTC (rev 23930)
+++ trunk/bibdesk/BDSKItemDownload.m    2019-07-03 16:12:10 UTC (rev 23931)
@@ -132,8 +132,7 @@
 
 - (void)downloader:(BDSKDownloader *)downloader download:(BDSKDownload 
*)aDownload didReceiveExpectedContentLength:(int64_t)expectedContentLength {
     expectedLength = expectedContentLength;
-    if (expectedLength < 0)
-        [[self delegate] itemDownload:self updateWithProgress:[self progress]];
+    [[self delegate] itemDownload:self updateWithProgress:[self progress]];
 }
 
 - (void)downloader:(BDSKDownloader *)downloader download:(BDSKDownload 
*)aDownload didReceiveDataOfLength:(uint64_t)length {

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