Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-history.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-05-09 15:02:09 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-05-09 15:02:09 (GMT)
commit33bf66b8f4e2d719c847af1c177c71b5173b49aa (patch)
tree1399e2680d54cb494e145028b28afb1dde2af501 /shell/ev-history.h
parenta6368109ee6bbc2fa76ddc4ee50acf02ea755693 (diff)
Make navigation action unsensitive instead of showing menu with
2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * 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
Diffstat (limited to 'shell/ev-history.h')
-rw-r--r--shell/ev-history.h2
1 files changed, 2 insertions, 0 deletions
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);