From: Crispin Flowerday Date: Thu, 11 Aug 2005 20:23:56 +0000 (+0000) Subject: Point to the correct function in constructor of the activate_label signal X-Git-Tag: EVINCE_0_3_3~13 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=89e2b545e76b82cb35715b7da470f87638e6241c;p=evince.git 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 --- diff --git a/ChangeLog b/ChangeLog index 29c92c52..d4bc0719 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 + Tue Aug 9 02:17:13 2005 Jonathan Blandford * 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 4bb63b2f..a316f35f 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,