From cf982f896f80ed72e3c046dee0af49d1a1f4c9e6 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 5 Aug 2010 16:45:00 +0000 Subject: MacGui: Disable preview hud controls during new source scans. - Fixes a crash where trying to get a preview image when a new source is being loaded will cause a crash - Mirrors enableUI in the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3471 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPreviewController.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macosx/HBPreviewController.h') diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index 3d26e6927..1394a9730 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -97,6 +97,9 @@ - (IBAction)goWindowedScreen:(id)sender; /* HUD overlay */ +- (void) enableHudControls; +- (void) disableHudControls; + - (void) startHudTimer; - (void) stopHudTimer; -- cgit v1.2.3