[rhythmbox] stop using deprecated margin properties in GtkBuilder files



commit 3c2c35bc1b0de4ec441b5ec4223ac709fb283d2b
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Jun 15 21:44:55 2016 +1000

    stop using deprecated margin properties in GtkBuilder files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749388

 data/ui/general-prefs.ui                           |    8 +++---
 data/ui/main-toolbar.ui                            |   16 ++++++------
 data/ui/podcast-prefs.ui                           |    4 +-
 data/ui/sync-dialog.ui                             |    4 +-
 plugins/audiocd/album-info.ui                      |    2 +-
 .../audioscrobbler/audioscrobbler-preferences.ui   |    4 +-
 plugins/audioscrobbler/audioscrobbler-profile.ui   |   24 ++++++++++----------
 plugins/daap/daap-prefs.ui                         |    4 +-
 plugins/magnatune/magnatune-prefs.ui               |    4 +-
 plugins/replaygain/replaygain-prefs.ui             |    4 +-
 plugins/webremote/webremote-config.ui              |    4 +-
 11 files changed, 39 insertions(+), 39 deletions(-)
---
diff --git a/data/ui/general-prefs.ui b/data/ui/general-prefs.ui
index 7d9c2fd..5515c45 100644
--- a/data/ui/general-prefs.ui
+++ b/data/ui/general-prefs.ui
@@ -51,8 +51,8 @@
                   <object class="GtkLabel" id="label20">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">8</property>
-                    <property name="margin_right">8</property>
+                    <property name="margin_start">8</property>
+                    <property name="margin_end">8</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -205,8 +205,8 @@
                           <object class="GtkLabel" id="label21">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="margin_left">8</property>
-                            <property name="margin_right">8</property>
+                            <property name="margin_start">8</property>
+                            <property name="margin_end">8</property>
                           </object>
                           <packing>
                             <property name="expand">False</property>
diff --git a/data/ui/main-toolbar.ui b/data/ui/main-toolbar.ui
index f053363..c4411e7 100644
--- a/data/ui/main-toolbar.ui
+++ b/data/ui/main-toolbar.ui
@@ -17,8 +17,8 @@
   <object class="GtkImage" id="image3">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="margin_left">8</property>
-    <property name="margin_right">8</property>
+    <property name="margin_start">8</property>
+    <property name="margin_end">8</property>
     <property name="margin_top">9</property>
     <property name="margin_bottom">9</property>
     <property name="pixel_size">24</property>
@@ -28,8 +28,8 @@
   <object class="GtkImage" id="image4">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="margin_left">12</property>
-    <property name="margin_right">12</property>
+    <property name="margin_start">12</property>
+    <property name="margin_end">12</property>
     <property name="margin_top">9</property>
     <property name="margin_bottom">9</property>
     <property name="pixel_size">24</property>
@@ -39,8 +39,8 @@
   <object class="GtkImage" id="image5">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="margin_left">8</property>
-    <property name="margin_right">8</property>
+    <property name="margin_start">8</property>
+    <property name="margin_end">8</property>
     <property name="margin_top">9</property>
     <property name="margin_bottom">9</property>
     <property name="pixel_size">24</property>
@@ -55,7 +55,7 @@
       <object class="GtkToolItem" id="playback">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="margin_right">6</property>
+        <property name="margin_end">6</property>
         <child>
           <object class="GtkBox" id="box3">
             <property name="visible">True</property>
@@ -129,7 +129,7 @@
       <object class="GtkToolItem" id="playorder">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="margin_left">6</property>
+        <property name="margin_start">6</property>
         <property name="margin_top">12</property>
         <property name="margin_bottom">12</property>
         <child>
diff --git a/data/ui/podcast-prefs.ui b/data/ui/podcast-prefs.ui
index 1cea9a4..f3d102e 100644
--- a/data/ui/podcast-prefs.ui
+++ b/data/ui/podcast-prefs.ui
@@ -80,8 +80,8 @@
                   <object class="GtkLabel" id="label17">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">8</property>
-                    <property name="margin_right">8</property>
+                    <property name="margin_start">8</property>
+                    <property name="margin_end">8</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
diff --git a/data/ui/sync-dialog.ui b/data/ui/sync-dialog.ui
index 6a7e434..ad3c93a 100644
--- a/data/ui/sync-dialog.ui
+++ b/data/ui/sync-dialog.ui
@@ -100,8 +100,8 @@
           <object class="GtkImage" id="error-image">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="margin_left">6</property>
-            <property name="margin_right">6</property>
+            <property name="margin_start">6</property>
+            <property name="margin_end">6</property>
             <property name="pixel_size">64</property>
             <property name="icon_name">dialog-error</property>
             <property name="icon_size">6</property>
diff --git a/plugins/audiocd/album-info.ui b/plugins/audiocd/album-info.ui
index 7fa983e..f7f0e88 100644
--- a/plugins/audiocd/album-info.ui
+++ b/plugins/audiocd/album-info.ui
@@ -5,7 +5,7 @@
   <object class="GtkGrid" id="album_info">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="margin_right">6</property>
+    <property name="margin_end">6</property>
     <property name="row_spacing">6</property>
     <property name="column_spacing">6</property>
     <child>
diff --git a/plugins/audioscrobbler/audioscrobbler-preferences.ui 
b/plugins/audioscrobbler/audioscrobbler-preferences.ui
index 605947a..d21ee7f 100644
--- a/plugins/audioscrobbler/audioscrobbler-preferences.ui
+++ b/plugins/audioscrobbler/audioscrobbler-preferences.ui
@@ -38,8 +38,8 @@
           <object class="GtkLabel" id="label2">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="margin_left">8</property>
-            <property name="margin_right">8</property>
+            <property name="margin_start">8</property>
+            <property name="margin_end">8</property>
           </object>
           <packing>
             <property name="expand">False</property>
diff --git a/plugins/audioscrobbler/audioscrobbler-profile.ui 
b/plugins/audioscrobbler/audioscrobbler-profile.ui
index c399d2e..26db2cf 100644
--- a/plugins/audioscrobbler/audioscrobbler-profile.ui
+++ b/plugins/audioscrobbler/audioscrobbler-profile.ui
@@ -345,8 +345,8 @@
                   <object class="GtkLabel" id="radio_creator_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">10</property>
-                    <property name="margin_right">10</property>
+                    <property name="margin_start">10</property>
+                    <property name="margin_end">10</property>
                     <property name="margin_top">10</property>
                     <property name="margin_bottom">10</property>
                     <property name="label" translatable="yes">Create a Radio Station</property>
@@ -454,8 +454,8 @@
                   <object class="GtkLabel" id="recent_tracks_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">10</property>
-                    <property name="margin_right">10</property>
+                    <property name="margin_start">10</property>
+                    <property name="margin_end">10</property>
                     <property name="margin_top">10</property>
                     <property name="margin_bottom">10</property>
                     <property name="label" translatable="yes">Recently Listened Tracks</property>
@@ -498,8 +498,8 @@
                   <object class="GtkLabel" id="top_artists_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">10</property>
-                    <property name="margin_right">10</property>
+                    <property name="margin_start">10</property>
+                    <property name="margin_end">10</property>
                     <property name="margin_top">10</property>
                     <property name="margin_bottom">10</property>
                     <property name="label" translatable="yes">Top Artists</property>
@@ -542,8 +542,8 @@
                   <object class="GtkLabel" id="recommended_artists_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">10</property>
-                    <property name="margin_right">10</property>
+                    <property name="margin_start">10</property>
+                    <property name="margin_end">10</property>
                     <property name="margin_top">10</property>
                     <property name="margin_bottom">10</property>
                     <property name="label" translatable="yes">Recommendations</property>
@@ -586,8 +586,8 @@
                   <object class="GtkLabel" id="top_tracks_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">10</property>
-                    <property name="margin_right">10</property>
+                    <property name="margin_start">10</property>
+                    <property name="margin_end">10</property>
                     <property name="margin_top">10</property>
                     <property name="margin_bottom">10</property>
                     <property name="label" translatable="yes">Top Tracks</property>
@@ -630,8 +630,8 @@
                   <object class="GtkLabel" id="loved_tracks_label">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">10</property>
-                    <property name="margin_right">10</property>
+                    <property name="margin_start">10</property>
+                    <property name="margin_end">10</property>
                     <property name="margin_top">10</property>
                     <property name="margin_bottom">10</property>
                     <property name="label" translatable="yes">Loved Tracks</property>
diff --git a/plugins/daap/daap-prefs.ui b/plugins/daap/daap-prefs.ui
index 4ad61cb..8a2e240 100644
--- a/plugins/daap/daap-prefs.ui
+++ b/plugins/daap/daap-prefs.ui
@@ -56,8 +56,8 @@
                   <object class="GtkLabel" id="label17">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="margin_left">8</property>
-                    <property name="margin_right">8</property>
+                    <property name="margin_start">8</property>
+                    <property name="margin_end">8</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
diff --git a/plugins/magnatune/magnatune-prefs.ui b/plugins/magnatune/magnatune-prefs.ui
index cbd0e05..8f9f3e3 100644
--- a/plugins/magnatune/magnatune-prefs.ui
+++ b/plugins/magnatune/magnatune-prefs.ui
@@ -293,8 +293,8 @@
           <object class="GtkLabel" id="audio_label">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="margin_left">8</property>
-            <property name="margin_right">8</property>
+            <property name="margin_start">8</property>
+            <property name="margin_end">8</property>
             <property name="label" translatable="yes">Preferred audio _format:</property>
             <property name="use_underline">True</property>
             <property name="mnemonic_widget">audio_combobox</property>
diff --git a/plugins/replaygain/replaygain-prefs.ui b/plugins/replaygain/replaygain-prefs.ui
index 05e1bac..73c8d20 100644
--- a/plugins/replaygain/replaygain-prefs.ui
+++ b/plugins/replaygain/replaygain-prefs.ui
@@ -52,8 +52,8 @@
       <object class="GtkGrid" id="grid1">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="margin_left">8</property>
-        <property name="margin_right">8</property>
+        <property name="margin_start">8</property>
+        <property name="margin_end">8</property>
         <property name="row_spacing">6</property>
         <property name="column_spacing">6</property>
         <child>
diff --git a/plugins/webremote/webremote-config.ui b/plugins/webremote/webremote-config.ui
index 98796b1..9115970 100644
--- a/plugins/webremote/webremote-config.ui
+++ b/plugins/webremote/webremote-config.ui
@@ -5,8 +5,8 @@
   <object class="GtkGrid" id="webremote-config">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="margin_left">12</property>
-    <property name="margin_right">12</property>
+    <property name="margin_start">12</property>
+    <property name="margin_end">12</property>
     <property name="margin_top">12</property>
     <property name="margin_bottom">12</property>
     <property name="row_spacing">6</property>


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