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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index c36a1c541..0ff42c00a 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -618,6 +618,9 @@ setup_window (EphyWindow *window)
action = gtk_action_group_get_action (action_group, "GoBookmarks");
g_object_set (action, "is_important", TRUE, NULL);
+ action = gtk_action_group_get_action (action_group, "ViewEncoding");
+ g_object_set (action, "hide_if_empty", FALSE, NULL);
+
action_group = gtk_action_group_new ("PopupsActions");
gtk_action_group_set_translation_domain (action_group, NULL);
gtk_action_group_add_actions (action_group, ephy_popups_entries,