diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-18 02:46:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-18 02:46:07 +0800 |
commit | 5b1e2041c1c453d8fc70aa1b20be97de5d44fa70 (patch) | |
tree | 612f38a4f6ef7ec997962e0d0b1cc8f94835018b /shell/ChangeLog | |
parent | d016fce08fb834cb16c98e6d1d02a88200805505 (diff) | |
download | gsoc2013-evolution-5b1e2041c1c453d8fc70aa1b20be97de5d44fa70.tar.gz gsoc2013-evolution-5b1e2041c1c453d8fc70aa1b20be97de5d44fa70.tar.zst gsoc2013-evolution-5b1e2041c1c453d8fc70aa1b20be97de5d44fa70.zip |
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
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. |