]> granicus.if.org Git - handbrake/commitdiff
Mac GUI - Disabled the Auto Check for Updates in Preferences until it works.
authordynaflash <dynaflashtech@gmail.com>
Sun, 11 Feb 2007 21:32:01 +0000 (21:32 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Sun, 11 Feb 2007 21:32:01 +0000 (21:32 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@294 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/English.lproj/MainMenu.nib/info.nib
macosx/English.lproj/MainMenu.nib/keyedobjects.nib
macosx/PrefsController.m

index 22ebbe2169aa481d56836d7fbc710b865dca27c7..eae7265dcd636a0f3cb0244a84c4409fe514075d 100644 (file)
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
        <key>IBDocumentLocation</key>
-       <string>75 -138 555 411 0 0 1440 878 </string>
+       <string>74 141 555 411 0 0 1440 878 </string>
        <key>IBEditorPositions</key>
        <dict>
                <key>29</key>
@@ -17,6 +17,7 @@
        </array>
        <key>IBOpenObjects</key>
        <array>
+               <integer>1438</integer>
                <integer>21</integer>
        </array>
        <key>IBSystem Version</key>
index cc030b00eed6a61a3a8c453080d64b9a8ca4ae0e..9f9c43bb38692ba1e7db0332b88c469c234b1605 100644 (file)
Binary files a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib and b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib differ
index 6f98400e5a9a37af3768e38d4ee53019ebbdd652..e00051cb99ed9ec3bab1f45f255edc32006abd04 100644 (file)
@@ -10,7 +10,7 @@
     /* Unless the user specified otherwise, default is to check
        for update  fDefPicSizeAutoSetipod*/
     defaults    = [NSUserDefaults standardUserDefaults];
-    appDefaults = [NSDictionary dictionaryWithObject:@"YES"
+    appDefaults = [NSDictionary dictionaryWithObject:@"NO"
                    forKey:@"CheckForUpdates"];
        appDefaults = [NSDictionary dictionaryWithObject:@"English"
                    forKey:@"DefaultLanguage"];
@@ -29,9 +29,9 @@
     [defaults registerDefaults: appDefaults];
 
        /* fUpdateCheck Check or uncheck according to the preferences */
-    [fUpdateCheck setState: [defaults boolForKey:@"CheckForUpdates"] ?
-        NSOnState : NSOffState];
-       
+    
+    [fUpdateCheck setState: 0];
+    [fUpdateCheck setEnabled: NO];     
        
 
        // Fill the languages combobox