summaryrefslogtreecommitdiff
path: root/ChangeLog-20000414
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-04-06 01:34:36 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-04-06 01:34:36 +0000
commitaf03941bcc35adf5194d7c6ec567ca4e8cf1bb2f (patch)
treefd2a39e5869b35221dc925c0553c3b8eb52defd8 /ChangeLog-20000414
parent5f2f9cb98656316d0962a89f9495888bc9c791d4 (diff)
downloadnautilus-af03941bcc35adf5194d7c6ec567ca4e8cf1bb2f.tar.gz
Fixed bug 394 (clicking Home button segfaults)
* src/ntl-window-msgs.c: (nautilus_window_update_internals): Don't update Back list when the location hasn't actually changed, since (A) it would be silly and (B) the code that sets up last_location_bookmark and current_location_bookmark doesn't work right if you do.
Diffstat (limited to 'ChangeLog-20000414')
-rw-r--r--ChangeLog-2000041410
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 90d7783f5..428e933fd 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,5 +1,15 @@
2000-04-05 John Sullivan <sullivan@eazel.com>
+ Fixed bug 394 (clicking Home button segfaults)
+
+ * src/ntl-window-msgs.c: (nautilus_window_update_internals):
+ Don't update Back list when the location hasn't actually
+ changed, since (A) it would be silly and (B) the code that
+ sets up last_location_bookmark and current_location_bookmark
+ doesn't work right if you do.
+
+2000-04-05 John Sullivan <sullivan@eazel.com>
+
Some cleanups from the file-renaming checkin I did
yesterday. The largest change was making NautilusDirectory
send "files-changed" signal instead of "files-removed"