[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - svx/uiconfig

Julien Nabet serval2412 at yahoo.fr
Sun May 27 07:32:34 UTC 2018


 svx/uiconfig/ui/convertmenu.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit afa0d13b528a5afe453bc2fa501b6dbc8d6804b5
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat May 26 21:30:09 2018 +0200

    tdf#117821: fix copy-paste wrong control type
    
    Since 5ad8376d1698026ccab0634605fdb17ea3c59f3a
    Resolves: tdf#111080 framework user of convert menu needs action names set
    2017-08-08
    
    Change-Id: I2ec8358005e335941bd1c2530f30ce696d3e808f
    Reviewed-on: https://gerrit.libreoffice.org/54865
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    (cherry picked from commit 1e9e01dff0a8d65bb10d5a886cca7899b43979da)
    Reviewed-on: https://gerrit.libreoffice.org/54870
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/svx/uiconfig/ui/convertmenu.ui b/svx/uiconfig/ui/convertmenu.ui
index 43ef793adb4d..27533d479a2a 100644
--- a/svx/uiconfig/ui/convertmenu.ui
+++ b/svx/uiconfig/ui/convertmenu.ui
@@ -80,7 +80,7 @@
     <child>
       <object class="GtkMenuItem" id="ConvertToImageBtn">
         <property name="visible">True</property>
-        <property name="action_name">.uno:ConvertToCombo</property>
+        <property name="action_name">.uno:ConvertToImageBtn</property>
         <property name="can_focus">False</property>
         <property name="label" translatable="yes" context="convertmenu|ConvertToImageBtn">I_mage Button</property>
         <property name="use_underline">True</property>


More information about the Libreoffice-commits mailing list