mirror of
https://github.com/transmission/transmission
synced 2025-02-01 20:11:59 +00:00
update the news
This commit is contained in:
parent
cf30fac9cf
commit
4cfc42437b
2 changed files with 2 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -16,6 +16,7 @@ NEWS file for Transmission <http://transmission.m0k.org/>
|
|||
+ Sort by total activity
|
||||
+ Leopard: Time Machine will ignore incomplete downloads
|
||||
+ Leopard: Fix bug where text fields would reject localized decimal values
|
||||
+ Leopard: Fix bug where bandwidth rates chosen from the action menu would not apply the first time
|
||||
- GTK+:
|
||||
+ Statistics window
|
||||
|
||||
|
|
|
@ -2215,6 +2215,7 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
[fPrefsController applySpeedSettings: nil];
|
||||
}
|
||||
|
||||
#warning get rid of bindings :(
|
||||
- (void) setQuickRatioGlobal: (id) sender
|
||||
{
|
||||
[fDefaults setBool: YES forKey: @"RatioCheck"];
|
||||
|
|
Loading…
Reference in a new issue