Changeset 0832b7e2168d2b76acba61ce870eaced4cd1396a

Show
Ignore:
Timestamp:
05/03/07 15:04:41 (2 years ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1173103481 +0000
git-parent:

[54d2a0c53b6fbbe9447bb32c1f8ebda917c5c8d2]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1173103481 +0000
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/macosx/playlist.m

    r253da20 r0832b7e  
    15991599 
    16001600        NSArray *o_array = [NSArray array]; 
    1601         NSArray *o_values = [[o_pasteboard propertyListForType: 
    1602                                         NSFilenamesPboardType] 
    1603                                 sortedArrayUsingSelector: 
    1604                                         @selector(caseInsensitiveCompare:)]; 
     1601        NSArray *o_values = [o_pasteboard propertyListForType: NSFilenamesPboardType]; 
    16051602 
    16061603        for( i = 0; i < (int)[o_values count]; i++)