diff options
Diffstat (limited to 'src/ephy-encoding-menu.c')
-rw-r--r-- | src/ephy-encoding-menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c index bd76aa4d2..3eade8ced 100644 --- a/src/ephy-encoding-menu.c +++ b/src/ephy-encoding-menu.c @@ -338,7 +338,8 @@ add_action (EphyNode *encodings, EphyNode *node, EphyEncodingMenu *menu) G_CALLBACK (encoding_activate_cb), menu); - gtk_action_group_add_action (menu->priv->action_group, action); + gtk_action_group_add_action_with_accel + (menu->priv->action_group, action, NULL); g_object_unref (action); } |