Commit 4559ca17 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X gui: Revert [19198] (add items to the playlist in the finder's...

Mac OS X gui: Revert [19198] (add items to the playlist in the finder's order). The finder provides elements that may be shuffled.
parent 80de3006
...@@ -1598,7 +1598,10 @@ NSLog( @"expandable" ); ...@@ -1598,7 +1598,10 @@ 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: NSFilenamesPboardType]; NSArray *o_values = [[o_pasteboard propertyListForType:
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