]> git.sur5r.net Git - i3/i3/commitdiff
Correctly parse the urgent-hint
authorAxel Wagner <mail@merovius.de>
Thu, 29 Jul 2010 18:19:59 +0000 (20:19 +0200)
committerAxel Wagner <mail@merovius.de>
Thu, 29 Jul 2010 18:19:59 +0000 (20:19 +0200)
i3bar/src/workspaces.c

index e96ee9e35fb15c3dff424cf631c98e044478de34..3d363ecbafd857b774c6be905d5688903dfe0dc7 100644 (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;
        }