[Libreoffice-commits] core.git: Branch 'libreoffice-6-1-0' - sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 2 11:53:24 UTC 2018


 sw/source/ui/fldui/DropDownFieldDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d26dd924f93202d6911efc31430c9fc9cb72f0e7
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jul 30 11:12:04 2018 +0100
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Thu Aug 2 13:53:01 2018 +0200

    Resolves: tdf#118965 fix input list edit button
    
    regression since...
    
    commit 7d5245848c28f5786258476cd7aa2a4523645de3
    Date:   Fri Sep 15 17:39:48 2017 +0200
    
        tdf#79877 revert to old behavior when clicking on input fields.
    
    Change-Id: I5e67a8f0c8d2599c139d3d728298c30f4a31c8d1
    Reviewed-on: https://gerrit.libreoffice.org/58316
    Tested-by: Xisco Faulí <xiscofauli at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/sw/source/ui/fldui/DropDownFieldDialog.cxx b/sw/source/ui/fldui/DropDownFieldDialog.cxx
index d467cfa3470e..655f2d60c086 100644
--- a/sw/source/ui/fldui/DropDownFieldDialog.cxx
+++ b/sw/source/ui/fldui/DropDownFieldDialog.cxx
@@ -117,7 +117,7 @@ bool sw::DropDownFieldDialog::NextButtonPressed() const
 IMPL_LINK_NOARG(sw::DropDownFieldDialog, EditHdl, weld::Button&, void)
 {
     m_pPressedButton = m_xEditPB.get();
-    m_xDialog->response(RET_OK);
+    m_xDialog->response(RET_YES);
 }
 
 IMPL_LINK_NOARG(sw::DropDownFieldDialog, PrevHdl, weld::Button&, void)


More information about the Libreoffice-commits mailing list