mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
skeleton for priorities in the Mac UI - still lacks ability to actually change the priority
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user