Re-enable ratio action menu items.

This commit is contained in:
Mitchell Livingston
2006-10-28 15:44:19 +00:00
parent 00fe6a984f
commit fb2d39c3d2
7 changed files with 11 additions and 6 deletions

View File

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