chart2/uiconfig/ui/steppedlinesdlg.ui |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 2bcd14ac072b7c59a6b4c89fdd2fe63b8e885895
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Feb 2 21:24:43 2020 +0000
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Mon Feb 3 23:56:39 2020 +0100

    GtkImage property should be icon_name in welded dialogs
    
    Change-Id: I8e832599854e3ef52f25167e35470939c6e75bd8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87840
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui 
b/chart2/uiconfig/ui/steppedlinesdlg.ui
index a77b5fd1606f..56592471e38e 100644
--- a/chart2/uiconfig/ui/steppedlinesdlg.ui
+++ b/chart2/uiconfig/ui/steppedlinesdlg.ui
@@ -97,7 +97,7 @@
                       <object class="GtkImage" id="step_center_x_img">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property 
name="pixbuf">chart2/res/step_center_x_30.png</property>
+                        <property 
name="icon_name">chart2/res/step_center_x_30.png</property>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -108,7 +108,7 @@
                       <object class="GtkImage" id="step_end_img">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property 
name="pixbuf">chart2/res/step_end_30.png</property>
+                        <property 
name="icon_name">chart2/res/step_end_30.png</property>
                       </object>
                       <packing>
                         <property name="left_attach">2</property>
@@ -119,7 +119,7 @@
                       <object class="GtkImage" id="step_center_y_img">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property 
name="pixbuf">chart2/res/step_center_y_30.png</property>
+                        <property 
name="icon_name">chart2/res/step_center_y_30.png</property>
                       </object>
                       <packing>
                         <property name="left_attach">2</property>
@@ -197,7 +197,7 @@
                       <object class="GtkImage" id="step_start_img">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property 
name="pixbuf">chart2/res/step_start_30.png</property>
+                        <property 
name="icon_name">chart2/res/step_start_30.png</property>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to