[gnome-disk-utility] smartdialog: Replace and remove deprecated props



commit fe22e42ca4ec878f5817d2792d30611cba33d16b
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Tue Oct 12 12:17:03 2021 +0200

    smartdialog: Replace and remove deprecated props

 src/disks/ui/smart-dialog.ui | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/src/disks/ui/smart-dialog.ui b/src/disks/ui/smart-dialog.ui
index 6628370e..558d52ba 100644
--- a/src/disks/ui/smart-dialog.ui
+++ b/src/disks/ui/smart-dialog.ui
@@ -8,7 +8,6 @@
     <property name="resizable">True</property>
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
-    <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="can_focus">False</property>
@@ -17,7 +16,6 @@
         <child internal-child="action_area">
           <object class="GtkButtonBox" id="action-area">
             <property name="can_focus">False</property>
-            <property name="layout_style">end</property>
             <child>
               <object class="GtkMenuButton" id="start-selftest-button">
                 <property name="menu_model">selftest-menu</property>
@@ -47,21 +45,19 @@
             </child>
             <child>
               <object class="GtkButton" id="button1">
-                <property name="label">gtk-close</property>
+                <property name="label" translatable="yes">Close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_stock">True</property>
               </object>
             </child>
             <child>
               <object class="GtkButton" id="refresh-button">
-                <property name="label">gtk-refresh</property>
+                <property name="label" translatable="yes">Refresh</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="tooltip_text" translatable="yes">Click to force re-reading SMART data from 
the hard disk</property>
-                <property name="use_stock">True</property>
               </object>
               <packing>
                 <property name="secondary">True</property>
@@ -332,7 +328,6 @@
                       <object class="GtkTreeView" id="attributes-treeview">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
-                        <property name="rules_hint">True</property>
                         <property name="enable_search">False</property>
                         <property name="vexpand">True</property>
                         <child internal-child="selection">


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