Commit 1ecb168d authored by Felix Paul Kühne's avatar Felix Paul Kühne

qt4: fix [24714] properly

parent 09804cdb
......@@ -438,9 +438,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONNECT( ui.updatesBox, toggled( bool ),
ui.updatesDays, setEnabled( bool ) );
#else
/* FIXME: PROPERLY !!
ui.updatesBox.hide();
ui.updatesDays.hide(); */
ui.updatesBox->hide();
ui.updatesDays->hide(); */
#endif
CONFIG_GENERIC( "qt-always-video", Bool, NULL, qtAlwaysVideo );
CONFIG_GENERIC( "embeded-video", Bool, NULL, embedVideo );
......
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