]> granicus.if.org Git - transmission/commitdiff
minor NEWS tweaks
authorMitchell Livingston <livings124@transmissionbt.com>
Tue, 28 Jun 2011 01:39:30 +0000 (01:39 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Tue, 28 Jun 2011 01:39:30 +0000 (01:39 +0000)
NEWS
macosx/Controller.m

diff --git a/NEWS b/NEWS
index a4074572639f0dd41b9937cf3f40b4db5d71edb7..a88452530ae6a5ccf34c0ff200133ffe12765b20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-=== Transmission 2.32 (2011/xx/yy) ===
+=== Transmission 2.32 (2011/06/27) ===
 [http://trac.transmissionbt.com/query?milestone=2.32&group=component&order=severity All tickets closed by this release]
 ==== All Platforms ====
   * Fix error caused by some "open-file-limit" configuration settings
@@ -7,8 +7,8 @@
   * Better µTP support on systems running uClibc
   * Other small bug fixes
 ==== Mac ====
-  * Lion stability fixes
   * Improved tabbing behavior
+  * Minor interface tweaks and stability fixes
 ==== GTK+ ====
   * Fix 2.30 error opening torrents from a web browser
   * Remove GNOME desktop proxy support
index eed1bd7e9609de42604f65176e7a991c777e2c25..67648ffd1bbaea1a624d457a8561c95743a09b53 100644 (file)
@@ -3127,7 +3127,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
 {
     ButtonToolbarItem * item = [[ButtonToolbarItem alloc] initWithItemIdentifier: ident];
     
-    NSButton * button = [[NSButton alloc] initWithFrame: NSZeroRect];
+    NSButton * button = [[NSButton alloc] init];
     [button setBezelStyle: NSTexturedRoundedBezelStyle];
     [button setStringValue: @""];