diff options
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r-- | shell/evolution-storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index 9fd4288863..a909f8eb79 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -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); } |