minor NEWS tweaks

This commit is contained in:
Mitchell Livingston 2011-06-28 01:39:30 +00:00
parent 23adb55d2e
commit ace8a619a9
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -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

View 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: @""];