We want XFER_FOLDER not REMOVE_FOLDER!

2001-10-27    <NotZed@Ximian.com>

        * evolution-storage.c (impl_Storage_async_xfer_folder): We want
        XFER_FOLDER not REMOVE_FOLDER!

svn path=/trunk/; revision=14193
This commit is contained in:
7
2001-10-27 01:35:45 +00:00
committed by Michael Zucci
parent a40ab7c842
commit 128d15489f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-27 <NotZed@Ximian.com>
* evolution-storage.c (impl_Storage_async_xfer_folder): We want
XFER_FOLDER not REMOVE_FOLDER!
2001-10-26 Ettore Perazzoli <ettore@ximian.com>
* e-shell-offline-handler.c (prepare_for_offline): Remove

View File

@ -320,7 +320,7 @@ impl_Storage_async_xfer_folder (PortableServer_Servant servant,
storage = EVOLUTION_STORAGE (bonobo_object);
obj_dup = CORBA_Object_duplicate (listener, ev);
gtk_signal_emit (GTK_OBJECT (storage), signals[REMOVE_FOLDER],
gtk_signal_emit (GTK_OBJECT (storage), signals[XFER_FOLDER],
obj_dup, source_path, destination_path, remove_source);
}