X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ee5e66d8ffb8750a588db17306acfd3193cc10a9..90db31b263b33b2b31b077752cd01e668b304fd7:/unix/gtkwin.c?ds=sidebyside diff --git a/unix/gtkwin.c b/unix/gtkwin.c index 6510e267..6d843ef8 100644 --- a/unix/gtkwin.c +++ b/unix/gtkwin.c @@ -1640,6 +1640,9 @@ void write_clip(void *frontend, wchar_t * data, int *attr, int len, int must_des if (gtk_selection_owner_set(inst->area, GDK_SELECTION_PRIMARY, inst->input_event_time)) { +#if GTK_CHECK_VERSION(2,0,0) + gtk_selection_clear_targets(inst->area, GDK_SELECTION_PRIMARY); +#endif gtk_selection_add_target(inst->area, GDK_SELECTION_PRIMARY, GDK_SELECTION_TYPE_STRING, 1); if (inst->pasteout_data_ctext)