small fix of fix
This commit is contained in:
parent
b8bccb4ac5
commit
c67dbb28e4
3
client.c
3
client.c
@ -365,9 +365,8 @@ updatetitle(Client *c) {
|
||||
XGetWMName(dpy, c->win, &name);
|
||||
if(!name.nitems)
|
||||
return;
|
||||
if(name.encoding == XA_STRING) {
|
||||
if(name.encoding == XA_STRING)
|
||||
strncpy(c->name, (char *)name.value, sizeof c->name - 1);
|
||||
}
|
||||
else {
|
||||
if(XmbTextPropertyToTextList(dpy, &name, &list, &n) >= Success
|
||||
&& n > 0 && *list)
|
||||
|
Loading…
Reference in New Issue
Block a user