oops
This commit is contained in:
parent
7cbcc099ef
commit
e9d878f47d
1 changed files with 1 additions and 1 deletions
|
@ -1339,7 +1339,7 @@ void client_update_title(ObClient *self)
|
||||||
char *ndata;
|
char *ndata;
|
||||||
ndata = g_strdup_printf("%s - [%u]", data, self->title_count);
|
ndata = g_strdup_printf("%s - [%u]", data, self->title_count);
|
||||||
g_free(data);
|
g_free(data);
|
||||||
data = vdata;
|
data = ndata;
|
||||||
}
|
}
|
||||||
|
|
||||||
PROP_SETS(self->window, net_wm_visible_name, data);
|
PROP_SETS(self->window, net_wm_visible_name, data);
|
||||||
|
|
Loading…
Reference in a new issue