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