Revision: 23962
          http://sourceforge.net/p/bibdesk/svn/23962
Author:   hofman
Date:     2019-07-07 21:32:01 +0000 (Sun, 07 Jul 2019)
Log Message:
-----------
remove progress indicator, not update

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

Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m      2019-07-07 21:22:24 UTC (rev 23961)
+++ trunk/bibdesk/BibDocument_UI.m      2019-07-07 21:32:01 UTC (rev 23962)
@@ -1304,7 +1304,7 @@
     NSArray *selPubs = [self selectedPublications];
     if ([selPubs count] == 1 && [selPubs firstObject] == [notification 
object]) {
         BDSKItemDownload *download = [[notification userInfo] 
objectForKey:BDSKItemDownloadKey];
-        [sideFileView updateProgressIndicator:[download progress] 
forURL:[download URL] atIndex:[download index]];
+        [sideFileView removeProgressIndicatorForURL:[download URL] 
atIndex:[download index]];
         [bottomFileView removeProgressIndicatorForURL:[download URL] 
atIndex:[download index]];
     }
 }

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