From 89e2b545e76b82cb35715b7da470f87638e6241c Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Thu, 11 Aug 2005 20:23:56 +0000 Subject: Point to the correct function in constructor of the activate_label signal 2005-08-11 Crispin Flowerday * shell/ev-page-action.c (ev_page_action_class_init): Point to the correct function in constructor of the activate_label signal --- (limited to 'shell/ev-page-action.c') 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, -- cgit v0.9.1