[vlc-devel] commit: Qt: sprefs, fix crash when opening Hotkeys prefs ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jan 29 00:53:37 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 29 00:53:29 2010 +0100| [20773c48ba4ae3ee760076642644b82cfd032486] | committer: Jean-Baptiste Kempf
Qt: sprefs, fix crash when opening Hotkeys prefs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20773c48ba4ae3ee760076642644b82cfd032486
---
modules/gui/qt4/components/simple_preferences.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 8927cf0..3108578 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -616,7 +616,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
case SPrefsHotkeys:
{
- p_config = config_FindConfig( VLC_OBJECT(p_intf), "key-fullscreen" );
+ p_config = config_FindConfig( VLC_OBJECT(p_intf), "key-play" );
QGridLayout *gLayout = new QGridLayout;
panel->setLayout( gLayout );
More information about the vlc-devel
mailing list