Explorar o código

Fix regression from 69e32a6 when setting title.

Quentin Rameau %!s(int64=7) %!d(string=hai) anos
pai
achega
e7ef3c4ce9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      x.c

+ 1 - 1
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);