]> www.fi.muni.cz Git - evince.git/commitdiff
Point to the correct function in constructor of the activate_label signal
authorCrispin Flowerday <gnome@flowerday.cx>
Thu, 11 Aug 2005 20:23:56 +0000 (20:23 +0000)
committerCrispin Flowerday <crispin@src.gnome.org>
Thu, 11 Aug 2005 20:23:56 +0000 (20:23 +0000)
2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>

* shell/ev-page-action.c (ev_page_action_class_init):

Point to the correct function in constructor of the
activate_label signal

ChangeLog
shell/ev-page-action.c

index 29c92c52c11d821bfe949eccd788d424414abfce..d4bc0719dcb3e023fa91c76dda8fc16cbb8f9292 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
+
+       * shell/ev-page-action.c (ev_page_action_class_init): 
+
+       Point to the correct function in constructor of the
+       activate_label signal
+
 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
 
        * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
index 4bb63b2f1bc7c7f660e56e7403a1f86f5b58b551..a316f35f7b33b049c67aeacef5f2bae0c30c9a1e 100644 (file)
@@ -653,7 +653,7 @@ ev_page_action_class_init (EvPageActionClass *class)
        signals[ACTIVATE_LABEL] = g_signal_new ("activate_label",
                                                G_OBJECT_CLASS_TYPE (object_class),
                                                G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
-                                               G_STRUCT_OFFSET (EvPageActionClass, activate_link),
+                                               G_STRUCT_OFFSET (EvPageActionClass, activate_label),
                                                NULL, NULL,
                                                ev_marshal_BOOLEAN__STRING,
                                                G_TYPE_BOOLEAN, 1,