From 4cfc42437bb4eb66b98c771ce562fe209608daab Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 20 Dec 2007 20:35:47 +0000 Subject: [PATCH] update the news --- NEWS | 1 + macosx/Controller.m | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index e5b9f5a7d..78da88d21 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,7 @@ NEWS file for Transmission + 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 diff --git a/macosx/Controller.m b/macosx/Controller.m index 08cf5591f..2f748a9c1 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -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"];