Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--shell/ev-page-action.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29c92c5..d4bc071 100644
--- 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):
diff --git a/shell/ev-page-action.c b/shell/ev-page-action.c
index 4bb63b2..a316f35 100644
--- a/shell/ev-page-action.c
+++ b/shell/ev-page-action.c
@@ -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,