summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-08-06 18:46:07 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-08-06 18:46:07 (GMT)
commitb580fd6f6e6ba0f5e4c16b9c158225fd1d6e322a (patch)
tree185764f8d84419b5312ae3256b7a388685872583 /unix
parentc748753887adf6aa9ec1aed918f2af04fabde21a (diff)
downloadtk-b580fd6f6e6ba0f5e4c16b9c158225fd1d6e322a.zip
tk-b580fd6f6e6ba0f5e4c16b9c158225fd1d6e322a.tar.gz
tk-b580fd6f6e6ba0f5e4c16b9c158225fd1d6e322a.tar.bz2
Fix [28d0b8fb2f]: Delete the property used for X selection conversion before requesting the conversion. Patch from 'dpb'bug_28d0b8fb2f
Diffstat (limited to 'unix')
-rw-r--r--unix/tkUnixSelect.c7
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