From d6d430f1b03c4b7014841c177d6d369672aa2300 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 6 Apr 2008 05:20:50 +0000 Subject: [PATCH] disable the cancel button when the blocklist is being processed --- macosx/BlocklistDownloader.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/BlocklistDownloader.m b/macosx/BlocklistDownloader.m index f0b250308..e802818a7 100644 --- a/macosx/BlocklistDownloader.m +++ b/macosx/BlocklistDownloader.m @@ -113,6 +113,7 @@ [fProgressBar startAnimation: self]; [fTextField setStringValue: [NSLocalizedString(@"Processing blocklist", "Blocklist -> message") stringByAppendingEllipsis]]; + [fButton setEnabled: NO]; [fStatusWindow display]; //force window to be updated //process data -- 2.40.0