[gnome-software: 85/110] Adjust to GtkInfoBar buildable changes




commit 22533f275bf0df1420c0ec6c025077155a3e3f8e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Aug 26 11:27:31 2021 -0300

    Adjust to GtkInfoBar buildable changes

 src/gs-overview-page.ui | 4 ++--
 src/gs-shell.ui         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-overview-page.ui b/src/gs-overview-page.ui
index 2afd09cc6..1201a4d0b 100644
--- a/src/gs-overview-page.ui
+++ b/src/gs-overview-page.ui
@@ -22,13 +22,13 @@
                   <object class="GtkInfoBar" id="infobar_third_party">
                     <property name="visible">True</property>
                     <property name="show_close_button">True</property>
-                    <child internal-child="action_area">
+                    <child>
                       <object class="GtkBox">
                         <property name="spacing">6</property>
                         <child/>
                       </object>
                     </child>
-                    <child internal-child="content_area">
+                    <child type="action">
                       <object class="GtkBox">
                         <property name="orientation">vertical</property>
                         <property name="spacing">6</property>
diff --git a/src/gs-shell.ui b/src/gs-shell.ui
index 56db7f390..76ac9a1b4 100644
--- a/src/gs-shell.ui
+++ b/src/gs-shell.ui
@@ -261,7 +261,7 @@
                                         <property name="show-close-button">False</property>
                                         <property name="revealed">False</property>
                                         <signal name="response" 
handler="gs_shell_metered_updates_bar_response_cb"/>
-                                        <child internal-child="content_area">
+                                        <child>
                                           <object class="GtkBox">
                                             <property name="visible">True</property>
                                             <property name="orientation">vertical</property>
@@ -283,7 +283,7 @@
                                             </child>
                                           </object>
                                         </child>
-                                        <child internal-child="action_area">
+                                        <child type="action">
                                           <object class="GtkBox">
                                             <property name="visible">True</property>
                                             <property name="margin_end">6</property>


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