mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Re-enable ratio action menu items.
This commit is contained in:
@@ -84,8 +84,7 @@
|
||||
|
||||
IBOutlet NSMenu * fUploadMenu, * fDownloadMenu;
|
||||
IBOutlet NSMenuItem * fUploadLimitItem, * fUploadNoLimitItem,
|
||||
* fDownloadLimitItem, * fDownloadNoLimitItem,
|
||||
* fRatioSetItem, * fRatioNotSetItem;
|
||||
* fDownloadLimitItem, * fDownloadNoLimitItem;
|
||||
|
||||
io_connect_t fRootPort;
|
||||
NSTimer * fTimer;
|
||||
@@ -190,6 +189,8 @@
|
||||
|
||||
- (void) toggleAdvancedBar: (id) sender;
|
||||
|
||||
- (void) doNothing: (id) sender; //needed for menu items that use bindings with no associated action
|
||||
|
||||
- (void) resetDockBadge: (NSNotification *) notification;
|
||||
|
||||
- (void) setWindowSizeToFit;
|
||||
|
||||
@@ -1343,7 +1343,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
}
|
||||
}
|
||||
|
||||
#warning get rid of
|
||||
- (void) setLimitGlobalEnabled: (id) sender
|
||||
{
|
||||
[fPrefsController applySpeedSettings: nil];
|
||||
@@ -1868,6 +1867,8 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
||||
[fTableView display];
|
||||
}
|
||||
|
||||
- (void) doNothing: (id) sender {}
|
||||
|
||||
- (NSToolbarItem *) toolbar: (NSToolbar *) t itemForItemIdentifier:
|
||||
(NSString *) ident willBeInsertedIntoToolbar: (BOOL) flag
|
||||
{
|
||||
|
||||
3
macosx/English.lproj/MainMenu.nib/classes.nib
generated
3
macosx/English.lproj/MainMenu.nib/classes.nib
generated
@@ -5,6 +5,7 @@
|
||||
ACTIONS = {
|
||||
applyFilter = id;
|
||||
copyTorrentFile = id;
|
||||
doNothing = id;
|
||||
linkForums = id;
|
||||
linkHomepage = id;
|
||||
openShowSheet = id;
|
||||
@@ -61,8 +62,6 @@
|
||||
fPrevInfoTabItem = NSMenuItem;
|
||||
fProgressSortActionItem = NSMenuItem;
|
||||
fProgressSortItem = NSMenuItem;
|
||||
fRatioNotSetItem = NSMenuItem;
|
||||
fRatioSetItem = NSMenuItem;
|
||||
fScrollView = NSScrollView;
|
||||
fSearchFilterField = NSSearchField;
|
||||
fSeedFilterButton = BarButton;
|
||||
|
||||
4
macosx/English.lproj/MainMenu.nib/info.nib
generated
4
macosx/English.lproj/MainMenu.nib/info.nib
generated
@@ -27,6 +27,10 @@
|
||||
<array/>
|
||||
<key>IBOldestOS</key>
|
||||
<integer>3</integer>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>1041</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8L127</string>
|
||||
</dict>
|
||||
|
||||
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
generated
Binary file not shown.
2
macosx/English.lproj/PrefsWindow.nib/info.nib
generated
2
macosx/English.lproj/PrefsWindow.nib/info.nib
generated
@@ -23,7 +23,7 @@
|
||||
</array>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>153</integer>
|
||||
<integer>41</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8L127</string>
|
||||
|
||||
BIN
macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib
generated
Binary file not shown.
Reference in New Issue
Block a user