skeleton for priorities in the Mac UI - still lacks ability to actually change the priority

This commit is contained in:
Mitchell Livingston
2009-04-20 02:45:27 +00:00
parent e3994f90df
commit bada82a96c
5 changed files with 46 additions and 9 deletions

View File

@@ -287,7 +287,7 @@ typedef enum
- (void) setPriority: (id) sender
{
NSInteger priority;
tr_priority_t priority;
switch ([sender tag])
{
case FILE_PRIORITY_HIGH_TAG:
@@ -374,7 +374,7 @@ typedef enum
//determine which priorities are checked
NSIndexSet * indexSet = [fOutline selectedRowIndexes];
NSInteger priority;
tr_priority_t priority;
switch ([menuItem tag])
{
case FILE_PRIORITY_HIGH_TAG: