diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-15 05:52:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-15 05:52:43 +0800 |
commit | cb6f0cd1110c86eca9efd3e0c90127792e4431b4 (patch) | |
tree | 7b1685be594de247eb537af95319840dbe44e4f6 /mail/ChangeLog | |
parent | 7d76ff550168871217e6d483f965ce430427c536 (diff) | |
download | gsoc2013-evolution-cb6f0cd1110c86eca9efd3e0c90127792e4431b4.tar gsoc2013-evolution-cb6f0cd1110c86eca9efd3e0c90127792e4431b4.tar.gz gsoc2013-evolution-cb6f0cd1110c86eca9efd3e0c90127792e4431b4.tar.bz2 gsoc2013-evolution-cb6f0cd1110c86eca9efd3e0c90127792e4431b4.tar.lz gsoc2013-evolution-cb6f0cd1110c86eca9efd3e0c90127792e4431b4.tar.xz gsoc2013-evolution-cb6f0cd1110c86eca9efd3e0c90127792e4431b4.tar.zst gsoc2013-evolution-cb6f0cd1110c86eca9efd3e0c90127792e4431b4.zip |
Connect to the "create_folder" signal on the storage.
* component-factory.c (add_storage): Connect to the
"create_folder" signal on the storage.
(storage_create_folder): Do folder creation.
svn path=/trunk/; revision=8232
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bbd36988bc..8fd9089b64 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-02-14 Dan Winship <danw@ximian.com> + + * component-factory.c (add_storage): Connect to the + "create_folder" signal on the storage. + (storage_create_folder): Do folder creation. + 2001-02-14 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (owner_set_cb): Setup the Trash folder. |