diff -ur thunar-0.9.0-orig/thunar/thunar-window.c thunar-0.9.0/thunar/thunar-window.c --- thunar-0.9.0-orig/thunar/thunar-window.c 2007-12-02 15:46:33.000000000 +0200 +++ thunar-0.9.0/thunar/thunar-window.c 2008-03-25 01:17:49.000000000 +0200 @@ -1182,6 +1182,7 @@ /* setup the toolbar for the location bar */ window->location_toolbar = gtk_ui_manager_get_widget (window->ui_manager, "/location-toolbar"); gtk_table_attach (GTK_TABLE (window->table), window->location_toolbar, 0, 1, 1, 2, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0); + gtk_toolbar_set_icon_size (GTK_TOOLBAR(window->location_toolbar), GTK_ICON_SIZE_SMALL_TOOLBAR); gtk_widget_show (window->location_toolbar); /* add a separator before the location bar (destroyed with the location bar) */