Commit 8be8be5e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Simple Preferences. Fix the NON-saving of hotkeys changing

parent 71219c5d
......@@ -459,11 +459,11 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
panel->setLayout( gLayout );
int line = 0;
KeySelectorControl *ksCtrl =
new KeySelectorControl( VLC_OBJECT(p_intf), p_config ,
control = new KeySelectorControl( VLC_OBJECT(p_intf), p_config ,
this, gLayout, line );
panel_label->setText( qtr( "Configure Hotkeys" ) );
controls.append( control );
break;
}
......
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