OSDN Git Service

dvdnav: fix crash when poorly masterd disc has no menus
[handbrake-jp/handbrake-jp-git.git] / macosx / InstantHandBrake / DriveDetector.m
index 61f7229..e9fe121 100644 (file)
@@ -1,7 +1,7 @@
 /* DriveDetector.m $
 
    This file is part of the HandBrake source code.
-   Homepage: <http://handbrake.m0k.org/>.
+   Homepage: <http://handbrake.fr/>.
    It may be used under the terms of the GNU General Public License. */
 
 #include <paths.h>
@@ -41,7 +41,7 @@
 - (void) run
 {
     /* Set up a timer to check devices every second */
-    fTimer = [NSTimer scheduledTimerWithTimeInterval: 1.0 target: self
+    fTimer = [NSTimer scheduledTimerWithTimeInterval: 2.0 target: self
         selector: @selector( detectTimer: ) userInfo: nil repeats: YES];
     [[NSRunLoop currentRunLoop] addTimer: fTimer forMode:
         NSModalPanelRunLoopMode];