diff -crB thunar/thunar-window.c thunar-withToolbarIconsRemoved/thunar-window.c
*** thunar/thunar-window.c 2009-09-30 10:23:34.000000000 +1000
--- thunar-withToolbarIconsRemoved/thunar-window.c 2009-10-29 01:04:26.000000000 +1100
***************
*** 1265,1276 ****
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);
- /* add a separator before the location bar (destroyed with the location bar) */
- item = gtk_separator_tool_item_new ();
- g_signal_connect_object (G_OBJECT (window->location_bar), "destroy", G_CALLBACK (gtk_widget_destroy), item, G_CONNECT_SWAPPED);
- gtk_toolbar_insert (GTK_TOOLBAR (window->location_toolbar), item, -1);
- gtk_widget_show (GTK_WIDGET (item));
-
/* add the location bar tool item (destroyed with the location bar) */
item = gtk_tool_item_new ();
gtk_tool_item_set_expand (item, TRUE);
--- 1265,1270 ----
diff -crB thunar/thunar-window-ui.xml thunar-withToolbarIconsRemoved/thunar-window-ui.xml
*** thunar/thunar-window-ui.xml 2009-09-30 10:23:34.000000000 +1000
--- thunar-withToolbarIconsRemoved/thunar-window-ui.xml 2009-10-29 01:01:14.000000000 +1100
***************
*** 113,121 ****
-
-
-
--- 113,118 ----