From: dynaflash Date: Thu, 5 Aug 2010 05:04:52 +0000 (+0000) Subject: MacGui: Do not call pictureSliderChanged in windowWillClose in HBPreviewController... X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=4f5cf9d65c48975951969c8bf3727513666cb771;p=handbrake-jp%2Fhandbrake-jp-git.git 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 --- 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"];