Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
a94e640b3f
If we receive multiple SelectionRequest events, we'll end up replacing the former WaylandSelectionData at a time when an async read has been issued. This will cause the cancellation of the previous operation. But the wayland_data_read() callback will attempt to just remove the current wayland data again on error, which will not be the one we're cancelling, so the new operation will just be cancelled too. Also, cancellation is no longer warned about. As the wayland selection has been replaced at this time, we can just return here. https://bugzilla.gnome.org/show_bug.cgi?id=760745 |
||
---|---|---|
data | ||
doc | ||
po | ||
src | ||
tools | ||
.gitignore | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
mutter.doap | ||
NEWS |