commit e7ef3c4ce95a21cfcd0988d493f636e1d0115871 from: Quentin Rameau via: Hiltjo Posthuma date: Fri Mar 16 15:44:30 2018 UTC Fix regression from 69e32a6 when setting title. commit - 8ab629031bd958d93deee9203fea32c38fe8ac30 commit + e7ef3c4ce95a21cfcd0988d493f636e1d0115871 blob - d43a52947aa61638c269194c1d2a7fa19d292c68 blob + 06e53d389c149459647be3fd1a203bdded4fc812 --- x.c +++ 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);