Commit 0832b7e2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order)

parent 54d2a0c5
...@@ -1598,10 +1598,7 @@ NSLog( @"expandable" ); ...@@ -1598,10 +1598,7 @@ NSLog( @"expandable" );
playlist_item_t *p_node = [item pointerValue]; playlist_item_t *p_node = [item pointerValue];
NSArray *o_array = [NSArray array]; NSArray *o_array = [NSArray array];
NSArray *o_values = [[o_pasteboard propertyListForType: NSArray *o_values = [o_pasteboard propertyListForType: NSFilenamesPboardType];
NSFilenamesPboardType]
sortedArrayUsingSelector:
@selector(caseInsensitiveCompare:)];
for( i = 0; i < (int)[o_values count]; i++) for( i = 0; i < (int)[o_values count]; i++)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment