From: Jean-Baptiste Kempf Date: Wed, 7 Nov 2007 23:00:58 +0000 (+0000) Subject: Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences. X-Git-Tag: 0.9.0-test0~4668 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4d52eeb6b95ea2443673d1f4de020199967d4766;p=vlc Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences. --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index e500b844b3..f5a9230c77 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -394,6 +394,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, optionWidgets.append( ui.qt4 ); CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel, artFetcher ); + CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher ); CONFIG_GENERIC( "qt-updates-notif", Bool, NULL, qtUpdates ); CONFIG_GENERIC( "qt-always-video", Bool, NULL, qtAlwaysVideo ); CONFIG_GENERIC_FILE( "skins2-last", File, NULL, fileSkin, diff --git a/modules/gui/qt4/ui/sprefs_interface.ui b/modules/gui/qt4/ui/sprefs_interface.ui index ea73709ddd..e3966f8857 100644 --- a/modules/gui/qt4/ui/sprefs_interface.ui +++ b/modules/gui/qt4/ui/sprefs_interface.ui @@ -5,8 +5,8 @@ 0 0 - 444 - 520 + 445 + 535 @@ -163,13 +163,20 @@ - + _("Activate update notifier") + + + + _("Fetch the metadata from Internet") + + +