Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 784071
Collapse All | Expand All

(-)a/x.c (-2 / +3 lines)
Lines 1585-1592 xsettitle(char *p) Link Here
1585
	XTextProperty prop;
1585
	XTextProperty prop;
1586
	DEFAULT(p, opt_title);
1586
	DEFAULT(p, opt_title);
1587
1587
1588
	Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
1588
	if (Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
1589
			&prop);
1589
			&prop) != Success)
1590
		return;
1590
	XSetWMName(xw.dpy, xw.win, &prop);
1591
	XSetWMName(xw.dpy, xw.win, &prop);
1591
	XSetTextProperty(xw.dpy, xw.win, &prop, xw.netwmname);
1592
	XSetTextProperty(xw.dpy, xw.win, &prop, xw.netwmname);
1592
	XFree(prop.value);
1593
	XFree(prop.value);

Return to bug 784071