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