Silly mistake with quit prompt.

This commit is contained in:
Mitchell Livingston 2006-07-01 01:15:40 +00:00
parent 8cc1924999
commit 63bc7f1803
3 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ static void sleepCallBack(void * controller, io_service_t y,
downloading++;
}
BOOL shouldAsk = [fDefaults boolForKey: @"CheckRemoveDownloading"] ? downloading > 0 : active > 0;
BOOL shouldAsk = [fDefaults boolForKey: @"CheckQuitDownloading"] ? downloading > 0 : active > 0;
if (shouldAsk)
{
NSString * message = active == 1

View File

@ -29,8 +29,8 @@
<integer>3</integer>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>21</integer>
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8J135</string>

Binary file not shown.