summaryrefslogtreecommitdiff
path: root/src/nautilus-location-bar.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-09-22 08:15:46 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-09-22 08:15:46 +0000
commit6fbd362eec493f728c3add0f01cd0c7e5fadbb99 (patch)
treea62de29000875346583b48b03316367d483388f7 /src/nautilus-location-bar.h
parent7640744acfcdcd070db4b8eeacabf32ec8bdf3c0 (diff)
downloadnautilus-6fbd362eec493f728c3add0f01cd0c7e5fadbb99.tar.gz
in response to user testing, made the location bar label switch to "Go
in response to user testing, made the location bar label switch to "Go to:" during input when the text doesn't match the uri.
Diffstat (limited to 'src/nautilus-location-bar.h')
-rw-r--r--src/nautilus-location-bar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-location-bar.h b/src/nautilus-location-bar.h
index c372af7b4..8ca99fb6d 100644
--- a/src/nautilus-location-bar.h
+++ b/src/nautilus-location-bar.h
@@ -50,6 +50,7 @@ typedef struct NautilusLocationBar {
GtkEntry *entry;
gchar *undo_text;
+ gchar *last_location;
gboolean undo_registered;
} NautilusLocationBar;