diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index 8db402f460be6e9fd8f2d6de709fe6b9381971e5..0cbdb82bd7cd7afe1fc23ea5cc5a99ac7f0e66cb 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -906,6 +906,7 @@ thunar_window_init (ThunarWindow *window) tool_item = gtk_tool_item_new (); gtk_tool_item_set_expand (tool_item, TRUE); gtk_toolbar_insert (GTK_TOOLBAR (window->location_toolbar), tool_item, -1); + gtk_toolbar_set_show_arrow (GTK_TOOLBAR (window->location_toolbar), FALSE); gtk_widget_show (GTK_WIDGET (tool_item)); /* add the location bar itself */