[hackers] [st] Fix regression from 69e32a6 when setting title. || Quentin Rameau
commit e7ef3c4ce95a21cfcd0988d493f636e1d0115871
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Fri Mar 16 15:03:10 2018 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Fri Mar 16 16:44:30 2018 +0100
Fix regression from 69e32a6 when setting title.
diff --git a/x.c b/x.c
index d43a529..06e53d3 100644
--- a/x.c
+++ b/x.c
_AT_@ -1492,7 +1492,7 @@ void
xsettitle(char *p)
{
XTextProperty prop;
- DEFAULT(p, "st");
+ DEFAULT(p, opt_title);
Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
&prop);
Received on Fri Mar 16 2018 - 16:50:37 CET
This archive was generated by hypermail 2.3.0
: Fri Mar 16 2018 - 17:00:28 CET