disable the code button when creating a torrent

This commit is contained in:
Mitchell Livingston 2008-01-11 16:58:23 +00:00
parent c355d6d79e
commit 7b4c423054
4 changed files with 2132 additions and 2107 deletions

2
NEWS
View File

@ -12,7 +12,7 @@ NEWS file for Transmission <http://transmission.m0k.org/>
+ Improve reconnection to peers with imperfect network connections
+ Fix crashes on architectures that require strict alignment
- OS X:
+ Leopard: Double-click icon to reveal in Finder, progress string to toggle between selected and total, and anywhere else to toggle the inspector
+ Leopard: Double-click icon to reveal in Finder, progress string to toggle selected and total, and anywhere else to toggle the inspector
+ Leopard: Better behavior with Time Machine
+ Fix bugs with Clutch support
- GTK+:

View File

@ -368,6 +368,8 @@
[window setFrame: windowRect display: YES animate: YES];
[fProgressView setHidden: NO];
[[window standardWindowButton:NSWindowCloseButton] setEnabled: NO];
fStarted = YES;
}
}

File diff suppressed because it is too large Load Diff

View File

@ -142,7 +142,6 @@
[fController showInfo: nil];
else;
}
else;
}
}