Commit 20773c48 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: sprefs, fix crash when opening Hotkeys prefs

parent 4c04f0b4
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment