summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-entry.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-09-12 00:40:50 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-09-12 00:40:50 +0000
commit38c8fecab9937787711f69012aa3d9f2fd09b8cd (patch)
treebd3f11ad3301c829627df90311c2b4a5c43482f3 /libnautilus-extensions/nautilus-entry.h
parent629ad9c90a4da04ec00b232f093220880c7ca531 (diff)
downloadnautilus-38c8fecab9937787711f69012aa3d9f2fd09b8cd.tar.gz
fixed bug 2829, location bar should treat TAB like right arrow when
fixed bug 2829, location bar should treat TAB like right arrow when there's a selection, by adding a mode to our entry class to do so. Also, fixed bug 1826, change "initial update" download to real uri, now using one specified by Susan Space.
Diffstat (limited to 'libnautilus-extensions/nautilus-entry.h')
-rw-r--r--libnautilus-extensions/nautilus-entry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-extensions/nautilus-entry.h b/libnautilus-extensions/nautilus-entry.h
index 4b656c675..24a3b4e13 100644
--- a/libnautilus-extensions/nautilus-entry.h
+++ b/libnautilus-extensions/nautilus-entry.h
@@ -50,6 +50,7 @@ struct NautilusEntry {
GtkEntry parent;
gboolean user_edit;
+ gboolean special_tab_handling;
};
struct NautilusEntryClass {