From 254404475b82b21a5d49ee8c65f0df9e9937c0be Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 5 Aug 2010 05:04:52 +0000 Subject: MacGui: Do not call pictureSliderChanged in windowWillClose in HBPreviewController.m as it causes a crash when quitting the macgui without a source loaded up. - Thanks Sean_McG for spotting the bug! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3470 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPreviewController.m | 1 - 1 file changed, 1 deletion(-) (limited to 'macosx') diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m index 2f6e98191..10b239d5d 100644 --- a/macosx/HBPreviewController.m +++ b/macosx/HBPreviewController.m @@ -137,7 +137,6 @@ [fMovieTimer release]; [fMovieView setHidden:YES]; [fMovieView setMovie:nil]; - [self pictureSliderChanged:nil]; hudTimerSeconds = 0; [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"PreviewWindowIsOpen"]; -- cgit v1.2.3