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