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/evolution-storage.c | |
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/evolution-storage.c')
-rw-r--r-- | shell/evolution-storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index bf02c19110..9c790dcbe0 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -295,6 +295,7 @@ impl_Storage_async_create_folder (PortableServer_Servant servant, storage = EVOLUTION_STORAGE (bonobo_object); int_result = GNOME_Evolution_Storage_UNSUPPORTED_OPERATION; + g_warning ("Creating %s:%s", path, parent_physical_uri); gtk_signal_emit (GTK_OBJECT (storage), signals[CREATE_FOLDER], path, type, description, parent_physical_uri, &int_result); |