diff options
Diffstat (limited to 'shell/e-shell-folder-commands.c')
-rw-r--r-- | shell/e-shell-folder-commands.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c index e0472c6a73..861e2cd3b8 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -194,6 +194,10 @@ folder_selection_dialog_folder_selected_callback (EShellFolderSelectionDialog *f storage_set = e_shell_get_storage_set (folder_command_data->shell); + if (remove_source) + e_shell_view_remove_control_for_uri (folder_command_data->shell_view, + e_shell_view_get_current_uri (folder_command_data->shell_view)); + e_storage_set_async_xfer_folder (storage_set, folder_command_data->source_path, folder_command_data->destination_path, |