]> git.sesse.net Git - vlc/commitdiff
Qt4 - Add the meta-fetcher option to the privacy part of the Simple preferences.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Nov 2007 23:00:58 +0000 (23:00 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Nov 2007 23:00:58 +0000 (23:00 +0000)
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/ui/sprefs_interface.ui

index e500b844b304ee77aa32f0535da17b2d768c7304..f5a9230c77d5d9a39ba0c96d652fe67ad659ddf5 100644 (file)
@@ -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,
index ea73709ddda7a747017240547a275676dc559ba7..e3966f885710f5a1f36af4ade4fddbc8f8e82b0e 100644 (file)
@@ -5,8 +5,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>444</width>
-    <height>520</height>
+    <width>445</width>
+    <height>535</height>
    </rect>
   </property>
   <property name="windowTitle" >
       <item row="0" column="1" >
        <widget class="QComboBox" name="artFetcher" />
       </item>
-      <item row="1" column="0" >
+      <item row="2" column="0" >
        <widget class="QCheckBox" name="qtUpdates" >
         <property name="text" >
          <string>_("Activate update notifier")</string>
         </property>
        </widget>
       </item>
+      <item row="1" column="0" colspan="2" >
+       <widget class="QCheckBox" name="metaFetcher" >
+        <property name="text" >
+         <string>_("Fetch the metadata from Internet")</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>