[Libreoffice-commits] core.git: vcl/unx

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 22 20:29:48 UTC 2019


 vcl/unx/gtk3/gtk3gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 515e4323b33bd72d82140f2b64383bd9aa1719e5
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Nov 22 16:08:42 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Nov 22 21:28:51 2019 +0100

    wrong delete signal id
    
    Change-Id: I4aecd3c8f5d40c3256d2d2816a79f8809db6cedb
    Reviewed-on: https://gerrit.libreoffice.org/83518
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 8b944e23432b..ffbf5e11446d 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -6195,7 +6195,7 @@ void GtkInstanceDialog::asyncresponse(gint ret)
         g_signal_handler_disconnect(m_pDialog, nResponseSignalId);
     if (nCancelSignalId)
         g_signal_handler_disconnect(m_pDialog, nCancelSignalId);
-    if (m_nSignalDeleteId)
+    if (nSignalDeleteId)
         g_signal_handler_disconnect(m_pDialog, nSignalDeleteId);
 
     xDialogController.reset();


More information about the Libreoffice-commits mailing list