Revision: 23967
          http://sourceforge.net/p/bibdesk/svn/23967
Author:   hofman
Date:     2019-07-07 22:11:11 +0000 (Sun, 07 Jul 2019)
Log Message:
-----------
progress is a double

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

Modified: trunk/bibdesk/BDSKItemDownload.h
===================================================================
--- trunk/bibdesk/BDSKItemDownload.h    2019-07-07 22:07:24 UTC (rev 23966)
+++ trunk/bibdesk/BDSKItemDownload.h    2019-07-07 22:11:11 UTC (rev 23967)
@@ -71,7 +71,7 @@
 
 @protocol BDSKItemDownloadDelegate <NSObject>
 
-- (void)itemDownload:(BDSKItemDownload *)download 
updateWithProgress:(CGFloat)progress;
+- (void)itemDownload:(BDSKItemDownload *)download 
updateWithProgress:(double)progress;
 - (void)itemDownload:(BDSKItemDownload *)download didFinishWithURL:(NSURL 
*)fileURL;
 
 @end

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2019-07-07 22:07:24 UTC (rev 23966)
+++ trunk/bibdesk/BibItem.m     2019-07-07 22:11:11 UTC (rev 23967)
@@ -3191,7 +3191,7 @@
 
 - (NSArray *)downloads { return downloads; }
 
-- (void)itemDownload:(BDSKItemDownload *)download 
updateWithProgress:(CGFloat)progress {
+- (void)itemDownload:(BDSKItemDownload *)download 
updateWithProgress:(double)progress {
     NSDictionary *userInfo = [NSDictionary dictionaryWithObject:download 
forKey:BDSKItemDownloadKey];
     [[NSNotificationCenter defaultCenter] 
postNotificationName:BDSKItemDownloadUpdatedNotification object:self 
userInfo:userInfo];
 }

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