mirror of
https://github.com/transmission/transmission
synced 2025-02-13 09:54:44 +00:00
minor NEWS tweaks
This commit is contained in:
parent
23adb55d2e
commit
ace8a619a9
2 changed files with 3 additions and 3 deletions
4
NEWS
4
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
|
||||
|
|
|
@ -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: @""];
|
||||
|
||||
|
|
Loading…
Reference in a new issue