summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2001-01-04 02:09:02 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2001-01-04 02:09:02 +0000
commitec540c3e648e4a0b71eebff5e767c3c233de6841 (patch)
treee081dd4b11f6efacf9b4d51cb5e1f19d82483b4d /ChangeLog
parent92677ae6f7814d32e23c66a0f3f2435d7de3735b (diff)
downloadnautilus-ec540c3e648e4a0b71eebff5e767c3c233de6841.tar.gz
reviewed by: Darin Adler <darin@eazel.com>
Fixed bug 5313 (location bar gets partly inactive during auto-completion) This was a GTK bug involving event timing. The fix was to add a workaround in NautilusEntry. * libnautilus-extensions/nautilus-entry.c: (nautilus_entry_initialize_class): Wire up default handler for selection_clear_event. (nautilus_entry_selection_clear): Bail out without doing anything if we are still the selection owner.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6293d79b0..7c643cf1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2001-01-03 John Sullivan <sullivan@eazel.com>
+
+ reviewed by: Darin Adler <darin@eazel.com>
+
+ Fixed bug 5313 (location bar gets partly inactive during
+ auto-completion)
+
+ This was a GTK bug involving event timing. The fix was to
+ add a workaround in NautilusEntry.
+
+ * libnautilus-extensions/nautilus-entry.c:
+ (nautilus_entry_initialize_class): Wire up default handler
+ for selection_clear_event.
+ (nautilus_entry_selection_clear): Bail out without doing anything
+ if we are still the selection owner.
+
2001-01-03 John Harper <jsh@eazel.com>
reviewed by: Darin Adler <darin@eazel.com>