summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2001-03-02 19:32:23 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2001-03-02 19:32:23 +0000
commitd893bca7f3edccf2af5eaa092818918c7513fde1 (patch)
treef301d4200f4492d08c1a50b75f654b201a418c33 /ChangeLog
parenta4970d74fc1dc2bedd155e82204af5ff99d098ab (diff)
downloadnautilus-d893bca7f3edccf2af5eaa092818918c7513fde1.tar.gz
reviewed by: Darin Adler <darin@eazel.com>
Refixed bug 5863 (Opening folder triggers recalculation of deep count in Properties window) The deep count was being invalidated by the directory loading mechanism, which is legal and should be harmless. Taught the properties window not to do the visible recount whenever deep count is invalidated. * src/file-manager/fm-properties-window.c: (directory_contents_value_field_update): Set new deep_count_finished variable when the deep count is done. Afterwards, only update the display if a new deep count is completed (don't show future count-ups).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec1d5fd49..2ca89b632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2001-03-02 John Sullivan <sullivan@eazel.com>
+
+ reviewed by: Darin Adler <darin@eazel.com>
+
+ Refixed bug 5863 (Opening folder triggers recalculation
+ of deep count in Properties window)
+
+ The deep count was being invalidated by the directory
+ loading mechanism, which is legal and should be
+ harmless. Taught the properties window not to do the
+ visible recount whenever deep count is invalidated.
+
+ * src/file-manager/fm-properties-window.c:
+ (directory_contents_value_field_update): Set new
+ deep_count_finished variable when the deep count is
+ done. Afterwards, only update the display if a new
+ deep count is completed (don't show future count-ups).
+
2001-03-01 Eric Fischer <eric@eazel.com>
reviewed by: Michael Engber <engber@eazel.com>
@@ -29,6 +47,7 @@
nautilus_directory_async_state_changed. These didn't actually
cause the bug.
+>>>>>>> 1.4114
2001-03-02 Maciej Stachowiak <mjs@eazel.com>
reviewed by: Seth Nickell <seth@eazel.com>