diff options
author | dgp <dgp@users.sourceforge.net> | 2017-08-09 14:37:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-08-09 14:37:58 (GMT) |
commit | d34d76dd0d9c0144e573d9e194655a56e56d32be (patch) | |
tree | f9e1f1fd697ed0a32915302eb00a6eb7e6119f89 /unix | |
parent | 051f04558369d4df68f9c7df05f1207ef72f609c (diff) | |
parent | 49644f7f4298d5bd2038227bd5db4401e2f881a6 (diff) | |
download | tk-d34d76dd0d9c0144e573d9e194655a56e56d32be.zip tk-d34d76dd0d9c0144e573d9e194655a56e56d32be.tar.gz tk-d34d76dd0d9c0144e573d9e194655a56e56d32be.tar.bz2 |
merge 8.6; update changesreleasecore_8_6_7core_8_6_7_rc
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixSelect.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unix/tkUnixSelect.c b/unix/tkUnixSelect.c index 4bb462e..dacbd99 100644 --- a/unix/tkUnixSelect.c +++ b/unix/tkUnixSelect.c @@ -166,6 +166,13 @@ TkSelGetSelection( pendingRetrievals = &retr; /* + * Delete the property to indicate that no parameters are supplied for + * the conversion request. + */ + + XDeleteProperty(winPtr->display, retr.winPtr->window, retr.property); + + /* * Initiate the request for the selection. Note: can't use TkCurrentTime * for the time. If we do, and this application hasn't received any X * events in a long time, the current time will be way in the past and |