Skip to content

clipboard: Do not attempt to process empty clipboard data

Jason Gerecke requested to merge jigpu/gtk-frdp:fix-43 into master

If there is no data in the selection there is nothing for us to send. Do not try to process the data, lest we tickle code that expects to be fed valid data.

Fixes: #43 (closed)

Merge request reports