get rid of an unnecessary warning

This commit is contained in:
Mitchell Livingston 2008-06-03 18:00:51 +00:00
parent 84601b3e09
commit 8bd570d976
2 changed files with 2 additions and 4 deletions

View File

@ -4250,9 +4250,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
if ([[fTableView selectedTorrents] containsObject: torrent])
{
#warning update the file table as well
[fInfoController updateInfoStats];
[fInfoController updateInfoStats]; //this will reload the file table
[fInfoController updateOptions];
}

View File

@ -668,7 +668,7 @@
[fDefaults setInteger: upLimit forKey: @"UploadLimit"];
//update gui if necessary
//update gui if loaded
if (fHasLoaded)
{
//encryption handled by bindings