pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab6290
)
Fix regression from 69e32a6 when setting title.
author
Quentin Rameau
<quinq@fifth.space>
Fri, 16 Mar 2018 14:03:10 +0000
(15:03 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 16 Mar 2018 15:44:30 +0000
(16:44 +0100)
x.c
patch
|
blob
|
history
diff --git
a/x.c
b/x.c
index
d43a529
..
06e53d3
100644
(file)
--- a/
x.c
+++ b/
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);