Commit 9a5f519a authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: Code optimization (missing else)

parent 888de83a
...@@ -504,8 +504,7 @@ FIXME: Do we need this? ...@@ -504,8 +504,7 @@ FIXME: Do we need this?
1); 1);
eventSelection.property = X->xselectionrequest.property; eventSelection.property = X->xselectionrequest.property;
} }
else if (X->xselectionrequest.target == nxagentTimestampAtom)
if (X->xselectionrequest.target == nxagentTimestampAtom)
{ {
while ((i < NumCurrentSelections) && while ((i < NumCurrentSelections) &&
lastSelectionOwner[i].selection != X->xselectionrequest.selection) i++; lastSelectionOwner[i].selection != X->xselectionrequest.selection) i++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment