Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-action.c
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 /shell/ev-page-action.c
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
Diffstat (limited to 'shell/ev-page-action.c')
-rw-r--r--shell/ev-page-action.c2
1 files changed, 1 insertions, 1 deletions
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,