Revision: 24018
          http://sourceforge.net/p/bibdesk/svn/24018
Author:   hofman
Date:     2019-07-13 21:22:00 +0000 (Sat, 13 Jul 2019)
Log Message:
-----------
reset progress indicators rather than just remove them

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

Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m      2019-07-13 21:21:25 UTC (rev 24017)
+++ trunk/bibdesk/BibDocument_UI.m      2019-07-13 21:22:00 UTC (rev 24018)
@@ -1207,10 +1207,10 @@
     } else {
         docFlags.showingURLFields = NO;
     }
-    [sideFileView removeAllProgressIndicators];
+    [sideFileView resetProgressIndicators];
     [sideFileView setEditable:fileViewEditable];
     [sideFileView setAllowsDownloading:fileViewEditable];
-    [bottomFileView removeAllProgressIndicators];
+    [bottomFileView resetProgressIndicators];
     [bottomFileView setEditable:fileViewEditable];
     [bottomFileView setAllowsDownloading:fileViewEditable];
     if (fileViewEditable)

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