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