]> git.sesse.net Git - vlc/commitdiff
qt4: fix [24714] properly
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 31 Jan 2008 17:24:36 +0000 (17:24 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 31 Jan 2008 17:24:36 +0000 (17:24 +0000)
modules/gui/qt4/components/simple_preferences.cpp

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