From 0832b7e2168d2b76acba61ce870eaced4cd1396a Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Mon, 5 Mar 2007 14:04:41 +0000 Subject: [PATCH] Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order) --- modules/gui/macosx/playlist.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/gui/macosx/playlist.m b/modules/gui/macosx/playlist.m index f9176885b0..c9027e92bb 100644 --- a/modules/gui/macosx/playlist.m +++ b/modules/gui/macosx/playlist.m @@ -1598,10 +1598,7 @@ NSLog( @"expandable" ); playlist_item_t *p_node = [item pointerValue]; NSArray *o_array = [NSArray array]; - NSArray *o_values = [[o_pasteboard propertyListForType: - NSFilenamesPboardType] - sortedArrayUsingSelector: - @selector(caseInsensitiveCompare:)]; + NSArray *o_values = [o_pasteboard propertyListForType: NSFilenamesPboardType]; for( i = 0; i < (int)[o_values count]; i++) { -- 2.39.2