diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 3e32d5a7..a3851d8c 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -5759,7 +5759,7 @@ static const GtkActionEntry entries[] = { "TabMoveForward", NULL, N_("_Move Tab Forward"), "Page_Down", NULL, G_CALLBACK (_action_tab_move_forward_activate) }, { "TabCurrent", NULL, - N_("Focus _Current Tab"), "Home", + N_("Focus _Current Tab"), "Home", NULL, G_CALLBACK (_action_tab_current_activate) }, { "NextView", NULL, N_("Focus _Next view"), "F6",