diff options
Diffstat (limited to 'shell/e-storage-set-view.c')
-rw-r--r-- | shell/e-storage-set-view.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 8ea0b59318..b94a8f98a6 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -1209,6 +1209,9 @@ tree_drag_data_received (ETree *etree, target_type = gdk_atom_name (selection_data->target); + if (selection_data->data == NULL && selection_data->length == -1) + return; + if (strcmp (target_type, EVOLUTION_PATH_TARGET_TYPE) == 0) { const char *source_path; const char *destination_folder_path; |