Fix regression from 69e32a6 when setting title.

This commit is contained in:
Quentin Rameau 2018-03-16 15:03:10 +01:00 committed by Hiltjo Posthuma
parent 8ab629031b
commit e7ef3c4ce9
1 changed files with 1 additions and 1 deletions

2
x.c
View File

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