Revision: 14714
          http://sourceforge.net/p/skim-app/code/14714
Author:   hofman
Date:     2024-11-17 22:33:23 +0000 (Sun, 17 Nov 2024)
Log Message:
-----------
remove call to self to avoid infinite loop

Modified Paths:
--------------
    trunk/SKDownloadController.m

Modified: trunk/SKDownloadController.m
===================================================================
--- trunk/SKDownloadController.m        2024-11-17 18:49:30 UTC (rev 14713)
+++ trunk/SKDownloadController.m        2024-11-17 22:33:23 UTC (rev 14714)
@@ -243,7 +243,6 @@
 - (void)addObjectToDownloads:(SKDownload *)download {
     NSInteger row = [self countOfDownloads];
     [self insertObject:download inDownloadsAtIndex:row];
-    [self addObjectToDownloads:download];
     [tableView selectRowIndexes:[NSIndexSet indexSetWithIndex:row] 
byExtendingSelection:NO];
     [tableView scrollRowToVisible:row];
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to