diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-02-24 03:12:02 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-02-24 03:12:02 +0800 |
commit | 48fb58e530564d082e6538aeb3a160096262d602 (patch) | |
tree | ecc4a31c037ce53868cb01bb907902ac064eecb9 /shell/ChangeLog | |
parent | 3d49037634f91984ec0558b46de1d249f02eab8d (diff) | |
download | gsoc2013-evolution-48fb58e530564d082e6538aeb3a160096262d602.tar.gz gsoc2013-evolution-48fb58e530564d082e6538aeb3a160096262d602.tar.zst gsoc2013-evolution-48fb58e530564d082e6538aeb3a160096262d602.zip |
Changes to allow folders to be created from a callback.
svn path=/trunk/; revision=8371
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f3ee7bbb28..4204dd8fb8 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-02-23 Iain Holmes <iain@ximian.com> + + * e-local-storage.c (construct): Connect to the create-folder signal. + (impl_async_create_folder): Move this into the real_do_folder_create + function. + (real_do_folder_create): Function that creates the folder. + (create_folder_cb): Creates the folder form a callback. + 2001-02-21 Michael Meeks <michael@ximian.com> * importer/importer.c: add include. |