Activated the ability to sort by 'marked' status under Cocoa.

This commit is contained in:
Virgil Dupras 2012-03-16 15:10:33 -04:00
parent 6ee56dc55c
commit 97f447fc27
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ http://www.hardcoded.net/licenses/bsd_license
- (void)initResultColumns
{
HSColumnDef defs[] = {
{@"marked", 26, 26, 26, NO, [NSButtonCell class]},
{@"marked", 26, 26, 26, YES, [NSButtonCell class]},
{@"name", 235, 16, 0, YES, nil},
{@"folder_path", 120, 16, 0, YES, nil},
{@"size", 63, 16, 0, YES, nil},

View File

@ -17,7 +17,7 @@ http://www.hardcoded.net/licenses/bsd_license
- (void)initResultColumns
{
HSColumnDef defs[] = {
{@"marked", 26, 26, 26, NO, [NSButtonCell class]},
{@"marked", 26, 26, 26, YES, [NSButtonCell class]},
{@"name", 162, 16, 0, YES, nil},
{@"folder_path", 142, 16, 0, YES, nil},
{@"size", 63, 16, 0, YES, nil},

View File

@ -16,7 +16,7 @@ http://www.hardcoded.net/licenses/bsd_license
- (void)initResultColumns
{
HSColumnDef defs[] = {
{@"marked", 26, 26, 26, NO, [NSButtonCell class]},
{@"marked", 26, 26, 26, YES, [NSButtonCell class]},
{@"name", 195, 16, 0, YES, nil},
{@"folder_path", 183, 16, 0, YES, nil},
{@"size", 63, 16, 0, YES, nil},