disable the create button in the creator window when the tracker address is blank (ignoring anything before "://")

This commit is contained in:
Mitchell Livingston
2008-04-27 14:31:49 +00:00
parent b66af4ab07
commit 81a326714f
4 changed files with 206 additions and 589 deletions

View File

@@ -31,7 +31,7 @@
IBOutlet NSImageView * fIconView;
IBOutlet NSTextField * fNameField, * fStatusField, * fPiecesField, * fTrackerField, * fLocationField;
IBOutlet NSTextView * fCommentView;
IBOutlet NSButton * fPrivateCheck, * fOpenCheck;
IBOutlet NSButton *fCreateButton, * fPrivateCheck, * fOpenCheck;
IBOutlet NSView * fProgressView;
IBOutlet NSProgressIndicator * fProgressIndicator;