aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-storage.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3b4be77457..683b649ac5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-28 Dan Winship <danw@ximian.com>
+
+ * e-storage.c (e_storage_new_folder): Call folder_changed_cb after
+ adding the new folder so that if it was added highlighted, its
+ parent will get its child_highlight set.
+
2001-06-28 Ettore Perazzoli <ettore@ximian.com>
* e-shell.c (e_shell_create_view): Renamed from
diff --git a/shell/e-storage.c b/shell/e-storage.c
index a358df2d27..a569d36f3d 100644
--- a/shell/e-storage.c
+++ b/shell/e-storage.c
@@ -574,6 +574,7 @@ e_storage_new_folder (EStorage *storage,
gtk_signal_connect_while_alive (GTK_OBJECT (e_folder), "changed", folder_changed_cb,
storage, GTK_OBJECT (storage));
+ folder_changed_cb (e_folder, storage);
gtk_signal_emit (GTK_OBJECT (storage), signals[NEW_FOLDER], path);