Changeset 5cd368bc0d10c800757d1d47722bf8204345aa49

Show
Ignore:
Timestamp:
27/09/08 13:20:35 (2 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1222514435 +0200
git-parent:

[64db8eea70ae1dda0031babb45e2e226a6f4ee5a]

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

macosx: Fix a typo that leads to a crash in _removeOldPreferences.

Files:

Legend:

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

    r358e35e r5cd368b  
    22932293    } 
    22942294 
    2295     NSArray * ourPreferences = [NSArray arrayWithObjects:@"org.videolan.vlc.plist", @"VLC"]; 
     2295    NSArray * ourPreferences = [NSArray arrayWithObjects:@"org.videolan.vlc.plist", @"VLC", nil]; 
    22962296 
    22972297    /* Move the file to trash so that user can find them later */