]> granicus.if.org Git - handbrake/commitdiff
oops, left in a modified plist file location that i used for testing on linux
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 2 Jun 2010 15:22:51 +0000 (15:22 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 2 Jun 2010 15:22:51 +0000 (15:22 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3348 b64f7644-9d1e-0410-96f1-a4d463321fa5

scripts/manicure.rb

index 7adc98e884e91adc5b7a4f217bb61b355a52a581..ae1139bb0a437c9269fd5879dc146fb1df0d9c57 100755 (executable)
@@ -84,8 +84,7 @@ class Presets
    homeLocation = `echo $HOME`.chomp
    
    # Use that to build a path to the presets .plist
-   #inputFile = homeLocation+'/Library/Application Support/HandBrake/UserPresets.plist'
-   inputFile = homeLocation+'/UserPresets.plist'
+   inputFile = homeLocation+'/Library/Application Support/HandBrake/UserPresets.plist'
    
     # Parse the presets into hashes
     @hashMasterList = Plist::parse_xml( inputFile )