From 4f5cf9d65c48975951969c8bf3727513666cb771 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Thu, 5 Aug 2010 05:04:52 +0000 Subject: [PATCH] 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://localhost/HandBrake/trunk@3470 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPreviewController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m index 2f6e9819..10b239d5 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"]; -- 2.11.0