1
0
zrcadlo https://github.com/arsenetar/dupeguru.git synchronizováno 2025-09-11 17:58:17 +00:00

cocoa: Removed obsolete refreshStats calls.

Tento commit je obsažen v:
Virgil Dupras 2010-04-07 09:09:19 +02:00
rodič 32d88e9249
revize 3b510389fc

Zobrazit soubor

@ -57,8 +57,6 @@ http://www.hardcoded.net/licenses/hs_license
int sizeThreshold = [ud boolForKey:@"ignoreSmallFiles"] ? smallFileThreshold * 1024 : 0; // The py side wants bytes int sizeThreshold = [ud boolForKey:@"ignoreSmallFiles"] ? smallFileThreshold * 1024 : 0; // The py side wants bytes
[_py setSizeThreshold:sizeThreshold]; [_py setSizeThreshold:sizeThreshold];
int r = n2i([py doScan]); int r = n2i([py doScan]);
[matches reloadData];
[self refreshStats];
if (r != 0) if (r != 0)
[[ProgressController mainProgressController] hide]; [[ProgressController mainProgressController] hide];
if (r == 1) if (r == 1)