don't create xwl receive pipe for SelectionRequest when getting the selection

this seems to sneak in sometimes even though it's totally wrong?
This commit is contained in:
Mike Blumenkrantz 2017-07-28 13:49:30 -04:00
parent 36c3a90689
commit 37014499b1
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ _xwl_selection_request(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_X_Event_Sel
ecore_x_window_prop_property_set(ev->requestor, ev->property, int_atom, 32, (void*)&timestamp, 1);
ecore_x_selection_notify_send(ev->requestor, ev->selection, ev->target, ev->property, 0);
}
else
else if (ev->requestor != e_comp->cm_selection)
{
const char *name;
Pipe *p;