diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <danw@ximian.com> + + * 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 <fejj@ximian.com> * e-config-upgrade.c: Turn off debugging. Fixes bug #41469. |