View | Details | Raw Unified | Return to bug 11725
Collapse All | Expand All

(-)a/xterm/button.c (-1 / +1 lines)
Lines 1611-1617 SelectionReceived(Widget w, Link Here
1611
	    GettingSelection(dpy, *type, line, *length);
1611
	    GettingSelection(dpy, *type, line, *length);
1612
1612
1613
#if OPT_WIDE_CHARS
1613
#if OPT_WIDE_CHARS
1614
	    if (*type == XA_UTF8_STRING(dpy)) {
1614
	    if (*type == XA_UTF8_STRING(dpy) && screen->wide_chars) {
1615
		rc = Xutf8TextPropertyToTextList(dpy, &text_prop,
1615
		rc = Xutf8TextPropertyToTextList(dpy, &text_prop,
1616
						 &text_list, &text_list_count);
1616
						 &text_list, &text_list_count);
1617
		if (text_list != NULL && text_list_count != 0) {
1617
		if (text_list != NULL && text_list_count != 0) {

Return to bug 11725