summaryrefslogtreecommitdiff
path: root/src/ntl-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ntl-window.c')
-rw-r--r--src/ntl-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ntl-window.c b/src/ntl-window.c
index 8584e3b13..d9e3d926a 100644
--- a/src/ntl-window.c
+++ b/src/ntl-window.c
@@ -391,7 +391,6 @@ nautilus_window_constructed (NautilusWindow *window)
gtk_container_set_border_width(GTK_CONTAINER(location_bar_box), GNOME_PAD_SMALL);
window->ent_uri = nautilus_location_bar_new();
- nautilus_location_bar_enable_undo (NAUTILUS_LOCATION_BAR (window->ent_uri), TRUE);
gtk_signal_connect(GTK_OBJECT(window->ent_uri), "location_changed",
nautilus_window_goto_uri_callback, window);