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

New commits:
commit 1ce72593df9ab690ae4666160ec47494d1cd9a07
Author: Caolán McNamara <caol...@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 <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to