1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 22:51:39 +00:00

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

@@ -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},