Commit bbe3b734 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Disable broken code, please compile before you checkin

parent 267a0def
......@@ -438,8 +438,9 @@ 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.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