From fb96b28af8e78142da959781d17acb508e151ef2 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Mon, 22 Jun 2015 15:27:24 +0530 Subject: [PATCH 057/398] lokdocview: fixed a signal name Change-Id: I645516d43562dfa03c27e2bea366e9a161829bfe (cherry picked from commit e608a754b0ab14d3c5ec21237d163218d0be3e09) --- libreofficekit/source/gtk/lokdocview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index 916c9f7cf60c..0641197d9781 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -1352,7 +1352,7 @@ static void lok_doc_view_class_init (LOKDocViewClass* pClass) * @pDocView: the #LOKDocView on which the signal is emitted * @aHyperlink: the URI which the application should handle */ - doc_view_signals[PART_CHANGED] = + doc_view_signals[HYPERLINK_CLICKED] = g_signal_new("hyperlinked-clicked", G_TYPE_FROM_CLASS(pGObjectClass), G_SIGNAL_RUN_FIRST, -- 2.12.0