From 33bf66b8f4e2d719c847af1c177c71b5173b49aa Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Wed, 09 May 2007 15:02:09 +0000 Subject: Make navigation action unsensitive instead of showing menu with 2007-05-09 Nickolay V. Shmyrev * shell/ev-history.c: (ev_history_class_init), (ev_history_add_link): * shell/ev-history.h: * shell/ev-navigation-action.c: (ev_navigation_action_history_changed), (ev_navigation_action_set_history), (build_menu), (ev_navigation_action_finalize): * shell/ev-window.c: (ev_window_setup_action_sensitivity): Make navigation action unsensitive instead of showing menu with unsensitive word. svn path=/trunk/; revision=2443 --- (limited to 'shell/ev-history.h') diff --git a/shell/ev-history.h b/shell/ev-history.h index 2d27bda..55eeb7c 100644 --- a/shell/ev-history.h +++ b/shell/ev-history.h @@ -48,6 +48,8 @@ struct _EvHistory struct _EvHistoryClass { GObjectClass parent_class; + + void (*changed) (EvHistory *history); }; GType ev_history_get_type (void); -- cgit v0.9.1