[totem] opensubtitles: Remove use of deprecated widgets



commit 370189533262733fd0fe4010a9b1b0e3e616c662
Author: MaÃl Lavault <mael lavault mailz org>
Date:   Tue Oct 9 17:52:23 2012 +0200

    opensubtitles: Remove use of deprecated widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685755

 src/plugins/opensubtitles/opensubtitles.ui |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.ui b/src/plugins/opensubtitles/opensubtitles.ui
index 8e71dca..19a854f 100644
--- a/src/plugins/opensubtitles/opensubtitles.ui
+++ b/src/plugins/opensubtitles/opensubtitles.ui
@@ -30,11 +30,11 @@
     <property name="default_height">400</property>
     <property name="type_hint">dialog</property>
     <child>
-      <object class="GtkVBox" id="vbox1">
+      <object class="GtkBox" id="vbox1">
         <property name="orientation">vertical</property>
         <property name="spacing">6</property>
         <child>
-          <object class="GtkHBox" id="hbox2">
+          <object class="GtkBox" id="hbox2">
             <property name="spacing">6</property>
             <child>
               <object class="GtkLabel" id="label3">
@@ -45,6 +45,7 @@
               </object>
               <packing>
                 <property name="expand">False</property>
+                <property name="fill">True</property>
                 <property name="position">0</property>
               </packing>
             </child>
@@ -54,6 +55,8 @@
               </object>
               <packing>
                 <property name="position">1</property>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
               </packing>
             </child>
             <child>
@@ -72,6 +75,7 @@
             </child>
           </object>
           <packing>
+            <property name="fill">True</property>
             <property name="expand">False</property>
             <property name="position">0</property>
           </packing>
@@ -92,6 +96,8 @@
           </object>
           <packing>
             <property name="position">1</property>
+            <property name="fill">True</property>
+            <property name="expand">True</property>
           </packing>
         </child>
         <child>
@@ -108,7 +114,7 @@
           <object class="GtkAlignment" id="alignment2">
             <property name="top_padding">6</property>
             <child>
-              <object class="GtkHButtonBox" id="hbbox1">
+              <object class="GtkButtonBox" id="hbbox1">
                 <property name="visible">True</property>
                 <property name="spacing">6</property>
                 <property name="layout_style">end</property>



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