properly enable/disable the rename confirm button

This commit is contained in:
Mitchell Livingston
2013-02-08 23:26:07 +00:00
parent b15027b8ce
commit 8d83fa4d00
2 changed files with 9 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
Torrent * _torrent;
FileListNode * _node;
void (^_completionHandler)(BOOL);
NSString * _originalName;
IBOutlet NSTextField * _labelField;
IBOutlet NSTextField * _inputField;