[vlc-devel] commit: Qt4: remove fetch-meta - fixes #1670 ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jul 6 15:21:14 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jul  6 16:23:15 2008 +0300| [686b5fab62d38607e1f047b60ee44b97d1978eaa]

Qt4: remove fetch-meta - fixes #1670

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=686b5fab62d38607e1f047b60ee44b97d1978eaa
---

 modules/gui/qt4/components/simple_preferences.cpp |    1 -
 modules/gui/qt4/main_interface.cpp                |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 5173645..874f476 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -484,7 +484,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
 
             CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel,
                                                       artFetcher );
-            CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher );
 
             /* UPDATE options */
 #ifdef UPDATE_CHECK
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 4fdde6d..5c099c6 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -516,7 +516,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> controls )
     }
 
     CONFIG_GENERIC( "album-art", IntegerList ); line++;
-    CONFIG_GENERIC_NOBOOL( "fetch-meta", Bool ); line++;
 #ifdef UPDATE_CHECK
     CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++;
     CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++;




More information about the vlc-devel mailing list