[vlc-devel] commit: remove deleted option from Simple preferences UI. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Aug 7 21:13:08 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug  7 11:27:16 2008 -0700| [b2d35249b18573b2c2940f344a22ae3c36722a5d] | committer: Jean-Baptiste Kempf 

remove deleted option from Simple preferences UI.

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

 modules/gui/qt4/ui/sprefs_interface.ui |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/modules/gui/qt4/ui/sprefs_interface.ui b/modules/gui/qt4/ui/sprefs_interface.ui
index c3160e6..d17a4ee 100644
--- a/modules/gui/qt4/ui/sprefs_interface.ui
+++ b/modules/gui/qt4/ui/sprefs_interface.ui
@@ -5,8 +5,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>519</width>
-    <height>633</height>
+    <width>518</width>
+    <height>598</height>
    </rect>
   </property>
   <property name="sizePolicy" >
@@ -254,21 +254,14 @@
       <item row="0" column="1" colspan="2" >
        <widget class="QComboBox" name="artFetcher" />
       </item>
-      <item row="1" column="0" colspan="2" >
-       <widget class="QCheckBox" name="metaFetcher" >
-        <property name="text" >
-         <string>_("Fetch the metadata from the Internet")</string>
-        </property>
-       </widget>
-      </item>
-      <item row="2" column="0" >
+      <item row="1" column="0" >
        <widget class="QCheckBox" name="updatesBox" >
         <property name="text" >
          <string>_("Activate update notifier")</string>
         </property>
        </widget>
       </item>
-      <item row="2" column="2" >
+      <item row="1" column="2" >
        <widget class="QSpinBox" name="updatesDays" >
         <property name="alignment" >
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -295,7 +288,6 @@
   <tabstop>EnqueueOneInterfaceMode</tabstop>
   <tabstop>assoButton</tabstop>
   <tabstop>artFetcher</tabstop>
-  <tabstop>metaFetcher</tabstop>
   <tabstop>updatesBox</tabstop>
   <tabstop>updatesDays</tabstop>
  </tabstops>




More information about the vlc-devel mailing list