[rygel/config: 100/102] Remove test plugin from config UI



commit 7f1339d4a0375646ab342903d8fd61e0d0efbf5e
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon May 25 00:17:02 2009 +0300

    Remove test plugin from config UI
---
 data/rygel-preferences.ui            |   39 ----------------------------------
 src/ui/rygel-preferences-dialog.vala |    3 --
 2 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/data/rygel-preferences.ui b/data/rygel-preferences.ui
index dc9e063..7abacee 100644
--- a/data/rygel-preferences.ui
+++ b/data/rygel-preferences.ui
@@ -265,29 +265,6 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkCheckButton" id="test-enabled-checkbutton">
-                    <property name="label" translatable="yes">Test</property>
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
-                    <property name="draw_indicator">True</property>
-                  </object>
-                  <packing>
-                    <property name="top_attach">4</property>
-                    <property name="bottom_attach">5</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkLabel" id="test-title-label">
-                    <property name="visible">True</property>
-                    <property name="label" translatable="yes">Title</property>
-                  </object>
-                  <packing>
-                    <property name="top_attach">5</property>
-                    <property name="bottom_attach">6</property>
-                  </packing>
-                </child>
-                <child>
                   <object class="GtkEntry" id="tracker-title-entry">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
@@ -317,21 +294,6 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkEntry" id="test-title-entry">
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="invisible_char">&#x25CF;</property>
-                    <property name="width_chars">30</property>
-                    <property name="invisible_char_set">True</property>
-                  </object>
-                  <packing>
-                    <property name="left_attach">1</property>
-                    <property name="right_attach">2</property>
-                    <property name="top_attach">5</property>
-                    <property name="bottom_attach">6</property>
-                  </packing>
-                </child>
-                <child>
                   <placeholder/>
                 </child>
                 <child>
@@ -432,7 +394,6 @@
   </object>
   <object class="GtkSizeGroup" id="plugin-labels-sizegroup">
     <widgets>
-      <widget name="test-title-label"/>
       <widget name="dvb-title-label"/>
       <widget name="tracker-title-label"/>
     </widgets>
diff --git a/src/ui/rygel-preferences-dialog.vala b/src/ui/rygel-preferences-dialog.vala
index 3270789..502cd1f 100644
--- a/src/ui/rygel-preferences-dialog.vala
+++ b/src/ui/rygel-preferences-dialog.vala
@@ -50,9 +50,6 @@ public class Rygel.PreferencesDialog : GLib.Object {
         this.sections.add (new PluginPrefSection (this.builder,
                                                   config,
                                                   "DVB"));
-        this.sections.add (new PluginPrefSection (this.builder,
-                                                  config,
-                                                  "Test"));
 
         this.dialog.response += this.on_response;
         this.dialog.delete_event += (dialog, event) => {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]