]> git.sesse.net Git - vlc/commitdiff
Disable broken code, please compile before you checkin
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 31 Jan 2008 14:54:04 +0000 (14:54 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 31 Jan 2008 14:54:04 +0000 (14:54 +0000)
modules/gui/qt4/components/simple_preferences.cpp

index 5b25310c9bbdb8ac376c52f46dc892341880d079..aaffa3fe1d57c95bb9f2f708e87b02151b62f4bd 100644 (file)
@@ -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 );