From 5b1e2041c1c453d8fc70aa1b20be97de5d44fa70 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 17 Apr 2003 18:46:07 +0000 Subject: If the new folder's parent has unresolved children, async_open the parent * e-corba-storage.c (async_create_folder): If the new folder's parent has unresolved children, async_open the parent first, then create the new folder. [#41413] (async_create_folder, async_remove_folder, async_xfer_folder, async_open_folder, async_discover_shared_folder, async_remove_shared_folder): Ref the storage. (async_folder_cb, async_folder_discovery_cb): Unref it svn path=/trunk/; revision=20884 --- shell/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index ee27362669..d4788c3a82 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2003-04-16 Dan Winship + + * e-corba-storage.c (async_create_folder): If the new folder's + parent has unresolved children, async_open the parent first, then + create the new folder. [#41413] + (async_create_folder, async_remove_folder, async_xfer_folder, + async_open_folder, async_discover_shared_folder, + async_remove_shared_folder): Ref the storage. + (async_folder_cb, async_folder_discovery_cb): Unref it + 2003-04-16 Jeffrey Stedfast * e-config-upgrade.c: Turn off debugging. Fixes bug #41469. -- cgit