diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c index e02aeb42be3f0aa7d1f8733e07df825a22eea609..a93f2896e4c8840f11165b188dc9ebd6661ca441 100644 --- a/src/nautilus-pathbar.c +++ b/src/nautilus-pathbar.c @@ -1197,6 +1197,7 @@ make_button_data (NautilusPathBar *self, gtk_widget_add_css_class (button_data->button, "current-dir"); gtk_widget_set_hexpand (button_data->button, TRUE); gtk_widget_set_halign (button_data->label, GTK_ALIGN_START); + gtk_actionable_set_action_name (GTK_ACTIONABLE (button_data->button), "win.enter-location"); } if (button_data->label != NULL)