drag-data-delete is emitted based on the interchange of the
DELETE atom, which may well be set or bypassed locally by
the app. As such emitting it here is not right, the other
paths handling the DELETE atom interchange are still valid
and there.
https://bugzilla.gnome.org/show_bug.cgi?id=774726
info->proxy_dest->proxy_drop_time);
}
- if (gdk_drag_context_get_selected_action (context) == GDK_ACTION_MOVE)
- {
- g_signal_emit_by_name (info->widget,
- "drag-data-delete",
- context);
- }
-
gtk_drag_source_info_destroy (info);
}