mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
adjust filter bar button placement
This commit is contained in:
parent
5da8a977c6
commit
e9f667afb9
4 changed files with 2 additions and 4 deletions
1
NEWS
1
NEWS
|
@ -3,6 +3,7 @@ NEWS file for Transmission <http://transmission.m0k.org/>
|
|||
1.00 (zzzz/xx/yy)
|
||||
- All Platforms:
|
||||
+ UPnP now performed by MiniUPnP
|
||||
+ Option to prefer not using encryption
|
||||
- OS X:
|
||||
+ Leopard: Time Machine will ignore incomplete downloads
|
||||
+ Pieces Bar (return of Advanced Bar)
|
||||
|
|
|
@ -526,7 +526,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
NSString * path;
|
||||
while ((path = [torrentEnumerator nextObject]))
|
||||
[[NSFileManager defaultManager] removeFileAtPath: path handler: nil];
|
||||
[fTempTorrentFiles removeAllObjects];
|
||||
}
|
||||
|
||||
//remember window states and close all windows
|
||||
|
@ -1409,7 +1408,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
|
||||
- (void) updateUI
|
||||
{
|
||||
#warning make main thread?
|
||||
[fTorrents makeObjectsPerformSelector: @selector(update)];
|
||||
|
||||
if (![NSApp isHidden])
|
||||
|
|
3
macosx/English.lproj/MainMenu.nib/info.nib
generated
3
macosx/English.lproj/MainMenu.nib/info.nib
generated
|
@ -10,8 +10,7 @@
|
|||
<integer>5</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>1639</integer>
|
||||
<integer>1895</integer>
|
||||
<integer>1603</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>9A581</string>
|
||||
|
|
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
Loading…
Reference in a new issue