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

Caolán McNamara caolanm at redhat.com
Tue Mar 6 23:48:43 UTC 2018


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

New commits:
commit 1ce72593df9ab690ae4666160ec47494d1cd9a07
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Mar 6 14:35:58 2018 +0000

    wrong row-activated callback signature
    
    Change-Id: Ic757051aba2b71b0c0a785dc06f87d12c736862a
    Reviewed-on: https://gerrit.libreoffice.org/50848
    Tested-by: Jenkins <ci at libreoffice.org>
    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 5ce282bd5362..b3071c9a4ee4 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -1952,7 +1952,7 @@ private:
         pThis->signal_changed();
     }
 
-    static void signalRowActivated(GtkTreeView*, gpointer widget)
+    static void signalRowActivated(GtkTreeView*, GtkTreePath*, GtkTreeViewColumn*, gpointer widget)
     {
         GtkInstanceTreeView* pThis = static_cast<GtkInstanceTreeView*>(widget);
         pThis->signal_row_activated();


More information about the Libreoffice-commits mailing list