Fix regression from 69e32a6 when setting title.

这个提交存在于:
Quentin Rameau 2018-03-16 15:03:10 +01:00 提交者 Hiltjo Posthuma
父节点 8ab629031b
当前提交 e7ef3c4ce9

2
x.c
查看文件

@ -1492,7 +1492,7 @@ void
xsettitle(char *p)
{
XTextProperty prop;
DEFAULT(p, "st");
DEFAULT(p, opt_title);
Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
&prop);