Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-08-11 20:23:56 (GMT)
committer Crispin Flowerday <crispin@src.gnome.org>2005-08-11 20:23:56 (GMT)
commit89e2b545e76b82cb35715b7da470f87638e6241c (patch)
tree2c28571630c7a984756eca23b279f65fe8c516bd
parent1f3ba43a6c7533b9cce7f02ac374e64185ed727f (diff)
Point to the correct function in constructor of the activate_label signal
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
-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,