aboutsummaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.c b/x.c
index d43a529..06e53d3 100644
--- a/x.c
+++ b/x.c
@@ -1492,7 +1492,7 @@ void
1492xsettitle(char *p) 1492xsettitle(char *p)
1493{ 1493{
1494 XTextProperty prop; 1494 XTextProperty prop;
1495 DEFAULT(p, "st"); 1495 DEFAULT(p, opt_title);
1496 1496
1497 Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle, 1497 Xutf8TextListToTextProperty(xw.dpy, &p, 1, XUTF8StringStyle,
1498 &prop); 1498 &prop);