Correctly parse the urgent-hint

This commit is contained in:
Axel Wagner 2010-07-29 20:19:59 +02:00
parent 71cb49b847
commit 654b51fef1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ static int workspaces_boolean_cb(void* params_, bool val) {
}
if (!strcmp(params->cur_key, "urgent")) {
params->workspaces_walk->focused = val;
params->workspaces_walk->urgent = val;
FREE(params->cur_key);
return 1;
}