From 9ae523535d895316ad76a6d7e89c83c91ae9bc84 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 15 Feb 2010 22:14:49 +0000 Subject: [PATCH] update the creator window's comment field to remove some unnecessary settings --- macosx/InfoWindowController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index 7dd00a890..c5b078f18 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -1765,6 +1765,7 @@ typedef enum //sort by IP after primary sort if (useSecond) { + #warning when 10.6-only, replate with sortDescriptorWithKey:ascending:selector: NSSortDescriptor * secondDescriptor = [[NSSortDescriptor alloc] initWithKey: @"IP" ascending: asc selector: @selector(compareNumeric:)]; [descriptors addObject: secondDescriptor];