[vlc-devel] commit: macosx: fix reset of some of the simple prefs sections. ( Derk-Jan Hartman )
git version control
git at videolan.org
Mon Sep 22 16:02:53 CEST 2008
vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Mon Sep 22 15:14:30 2008 +0200| [2338c7944a52e7c81add0a4e8b9e3d9b814d4425] | committer: Derk-Jan Hartman
macosx: fix reset of some of the simple prefs sections.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2338c7944a52e7c81add0a4e8b9e3d9b814d4425
---
modules/gui/macosx/simple_prefs.m | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 1df3b8c..de56df8 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -651,7 +651,7 @@ create_toolbar_item( NSString * o_itemIdent, NSString * o_name, NSString * o_des
if( i_return == NSAlertAlternateReturn )
{
config_ResetAll( p_intf );
- b_intfSettingChanged = b_videoSettingChanged = b_audioSettingChanged = YES;
+ b_intfSettingChanged = b_videoSettingChanged = b_audioSettingChanged = b_osdSettingChanged = b_inputSettingChanged = YES;
[self resetControls];
}
}
More information about the vlc-devel
mailing list