#2846 Priority Selection in "Add" window

This commit is contained in:
Mitchell Livingston
2010-02-11 01:34:32 +00:00
parent e03ad192c7
commit 609527fbca
3 changed files with 254 additions and 19 deletions

View File

@@ -33,7 +33,7 @@
IBOutlet NSImageView * fIconView, * fLocationImageView;
IBOutlet NSTextField * fNameField, * fStatusField, * fLocationField;
IBOutlet NSButton * fStartCheck, * fDeleteCheck;
IBOutlet NSPopUpButton * fGroupPopUp;
IBOutlet NSPopUpButton * fGroupPopUp, * fPriorityPopUp;
IBOutlet NSProgressIndicator * fVerifyIndicator;
IBOutlet FileOutlineController * fFileController;
@@ -63,6 +63,8 @@
- (void) verifyLocalData: (id) sender;
- (void) changePriority: (id) sender;
- (void) updateStatusField: (NSNotification *) notification;
- (void) updateGroupMenu: (NSNotification *) notification;