summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-08-05 05:04:52 +0000
committerdynaflash <[email protected]>2010-08-05 05:04:52 +0000
commit254404475b82b21a5d49ee8c65f0df9e9937c0be (patch)
tree28b48aeb476e4ce01c974720e8e38dc4a6154966 /macosx/HBPreviewController.m
parent021d0f58a6bf5904964202c67cd9adbe6b60fc9f (diff)
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
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r--macosx/HBPreviewController.m1
1 files changed, 0 insertions, 1 deletions
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"];