From 602f7fc6c5e5ff91e64de65758a6464431dbbcc9 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 15 Dec 2006 10:18:38 +0000 Subject: Check if text inserted in page entry is a valid page number when it 2006-12-15 Carlos Garcia Campos * shell/ev-page-action.[ch]: (activate_cb): * shell/ev-window.c: (activate_label_cb): Check if text inserted in page entry is a valid page number when it doesn't match to any document page label. Fixes bug #383165. --- (limited to 'shell/ev-page-action.h') diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h index d89a3d9..2908d34 100644 --- a/shell/ev-page-action.h +++ b/shell/ev-page-action.h @@ -53,7 +53,7 @@ struct _EvPageActionClass void (* activate_link) (EvPageAction *page_action, EvLink *link); gboolean (*activate_label) (EvPageAction *page_action, - char *label); + const gchar *label); }; GType ev_page_action_get_type (void); -- cgit v0.9.1