aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index ae6bb9e77..41944f37b 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -687,6 +687,13 @@ setup_window (EphyWindow *window)
action = egg_action_group_get_action (action_group, "GoBookmarks");
g_object_set (action, "short_label", _("Bookmarks"), NULL);
+ action = egg_action_group_get_action (action_group, "EditFind");
+ g_object_set (action, "important", TRUE, NULL);
+ action = egg_action_group_get_action (action_group, "GoHome");
+ g_object_set (action, "important", TRUE, NULL);
+ action = egg_action_group_get_action (action_group, "GoBookmarks");
+ g_object_set (action, "important", TRUE, NULL);
+
action_group = egg_action_group_new ("PopupsActions");
egg_action_group_add_actions (action_group, ephy_popups_entries,
ephy_popups_n_entries);