瀏覽代碼

Fix regression from 69e32a6 when setting title.

Quentin Rameau 7 年之前
父節點
當前提交
e7ef3c4ce9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);