]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.cpp
qt4: fix [24714] properly
[vlc] / 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 );