Revision: 29837
          http://sourceforge.net/p/bibdesk/svn/29837
Author:   hofman
Date:     2025-11-17 15:47:30 +0000 (Mon, 17 Nov 2025)
Log Message:
-----------
I would expect progress indicator problem should be fixed long ago

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

Modified: trunk/bibdesk/BDSKFileMigrationController.m
===================================================================
--- trunk/bibdesk/BDSKFileMigrationController.m 2025-11-17 10:38:28 UTC (rev 
29836)
+++ trunk/bibdesk/BDSKFileMigrationController.m 2025-11-17 15:47:30 UTC (rev 
29837)
@@ -129,11 +129,6 @@
     else if ([[self document] hasGroupTypeSelected:BDSKExternalGroupType] == 
NO)
         pubs = [[self document] selectedPublications];
     
-    // Workaround for an AppKit bug in Tiger, the progress bar does not work 
after the first time it is used, so we replace it by a copy.  Apparently also 
in Leopard under some conditions
-    NSProgressIndicator *newProgressBar = [NSKeyedUnarchiver 
unarchiveObjectWithData:[NSKeyedArchiver 
archivedDataWithRootObject:progressBar]];
-    [[progressBar superview] replaceSubview:progressBar with:newProgressBar];
-    progressBar = newProgressBar;
-
     [progressBar setDoubleValue:0.0];
     [progressBar setMaxValue:[pubs count]];
     [progressBar setHidden:NO];

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