adjust filter bar button placement

This commit is contained in:
Mitchell Livingston 2007-11-09 13:35:43 +00:00
parent 5da8a977c6
commit e9f667afb9
4 changed files with 2 additions and 4 deletions

1
NEWS
View File

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

View File

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

View File

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

Binary file not shown.