remove bindings from the rest of the text fields, added back glue code

This commit is contained in:
Mitchell Livingston
2006-12-31 23:24:23 +00:00
parent 5c0230cfcb
commit 0cc6a306ac
6 changed files with 88 additions and 5 deletions

View File

@@ -32,12 +32,14 @@
tr_handle_t * fHandle;
NSUserDefaults * fDefaults;
BOOL hasLoaded;
NSToolbar * fToolbar;
IBOutlet NSView * fGeneralView, * fTransfersView, * fBandwidthView, * fNetworkView;
IBOutlet NSPopUpButton * fFolderPopUp, * fIncompleteFolderPopUp, * fImportFolderPopUp,
* fDownloadSoundPopUp, * fSeedingSoundPopUp;
IBOutlet NSTextField * fRatioStopField, * fQueueField;
NSArray * fSounds;
@@ -76,8 +78,14 @@
- (void) setNat: (id) sender;
- (void) updateNatStatus;
- (void) updateRatioStopField;
- (void) setRatioStop: (id) sender;
- (void) applySpeedSettings: (id) sender;
- (void) updateLimitFields;
- (void) setGlobalLimit: (id) sender;
- (void) applyTorrentLimitSetting: (id) sender;
- (void) setTorrentLimit: (id) sender;