Call folder_changed_cb after adding the new folder so that if it was added

* 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.

svn path=/trunk/; revision=10569
This commit is contained in:
Dan Winship
2001-06-28 19:05:41 +00:00
parent 37b493b8f7
commit 07fcfdf436
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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);