mirror of
https://github.com/transmission/transmission
synced 2025-02-22 22:20:39 +00:00
get rid of an unnecessary warning
This commit is contained in:
parent
84601b3e09
commit
8bd570d976
2 changed files with 2 additions and 4 deletions
|
@ -4250,9 +4250,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
||||||
|
|
||||||
if ([[fTableView selectedTorrents] containsObject: torrent])
|
if ([[fTableView selectedTorrents] containsObject: torrent])
|
||||||
{
|
{
|
||||||
#warning update the file table as well
|
[fInfoController updateInfoStats]; //this will reload the file table
|
||||||
|
|
||||||
[fInfoController updateInfoStats];
|
|
||||||
[fInfoController updateOptions];
|
[fInfoController updateOptions];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -668,7 +668,7 @@
|
||||||
[fDefaults setInteger: upLimit forKey: @"UploadLimit"];
|
[fDefaults setInteger: upLimit forKey: @"UploadLimit"];
|
||||||
|
|
||||||
|
|
||||||
//update gui if necessary
|
//update gui if loaded
|
||||||
if (fHasLoaded)
|
if (fHasLoaded)
|
||||||
{
|
{
|
||||||
//encryption handled by bindings
|
//encryption handled by bindings
|
||||||
|
|
Loading…
Reference in a new issue