]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
Mac OS X gui: Fix #1090 (add items to the playlist in the finder's order)
[vlc] / modules / gui / macosx / playlist.m
index f9176885b06a2af9c9bb7562c964d9f8f8b8ddb0..c9027e92bb8cffc5ebfd26879104aa9db8677305 100644 (file)
@@ -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++)
         {