--- thunar-window.c.orig 2013-06-16 16:03:21.000000000 +0200 +++ thunar-window.c 2013-06-16 15:55:59.000000000 +0200 @@ -1823,6 +1823,7 @@ g_object_get (G_OBJECT (window->preferences), "misc-small-toolbar-icons", &small_icons, NULL); gtk_toolbar_set_icon_size (GTK_TOOLBAR (window->location_toolbar), small_icons ? GTK_ICON_SIZE_SMALL_TOOLBAR : GTK_ICON_SIZE_LARGE_TOOLBAR); + gtk_toolbar_set_style (GTK_TOOLBAR (window->location_toolbar), GTK_TOOLBAR_ICONS); gtk_table_attach (GTK_TABLE (window->table), window->location_toolbar, 0, 1, 1, 2, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0); gtk_widget_show (window->location_toolbar);