Changeset 5cd368bc0d10c800757d1d47722bf8204345aa49
- 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
| r358e35e |
r5cd368b |
|
| 2293 | 2293 | } |
|---|
| 2294 | 2294 | |
|---|
| 2295 | | NSArray * ourPreferences = [NSArray arrayWithObjects:@"org.videolan.vlc.plist", @"VLC"]; |
|---|
| | 2295 | NSArray * ourPreferences = [NSArray arrayWithObjects:@"org.videolan.vlc.plist", @"VLC", nil]; |
|---|
| 2296 | 2296 | |
|---|
| 2297 | 2297 | /* Move the file to trash so that user can find them later */ |
|---|