mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
disable the code button when creating a torrent
This commit is contained in:
parent
c355d6d79e
commit
7b4c423054
4 changed files with 2132 additions and 2107 deletions
2
NEWS
2
NEWS
|
@ -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+:
|
||||
|
|
|
@ -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
|
@ -142,7 +142,6 @@
|
|||
[fController showInfo: nil];
|
||||
else;
|
||||
}
|
||||
else;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue