diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c index 0aaba7cd644a0be55b860e9a55f65f8423653dbe..c9fa64d7a42e201dd77ce1c7aa784ead9f2064bd 100644 --- a/src/nautilus-pathbar.c +++ b/src/nautilus-pathbar.c @@ -1198,8 +1198,6 @@ 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_widget_set_cursor_from_name (button_data->button, "text"); gtk_actionable_set_action_name (GTK_ACTIONABLE (button_data->button), "win.enter-location"); }