]> Dogcows Code - chaz/openbox/commitdiff
use the unfocused label when not focused
authorDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 05:10:48 +0000 (05:10 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 05:10:48 +0000 (05:10 +0000)
engines/openbox/openbox.c

index 792ed2480b048936ba49ce80d05a101f621251df..b778563410e074b96825a58874454d30b8a1a685 100644 (file)
@@ -764,7 +764,7 @@ static void render_label(ObFrame *self)
     if (self->label_x < 0) return;
 
     a = (self->frame.client->focused ?
-         self->a_focused_label : self->a_focused_label);
+         self->a_focused_label : self->a_unfocused_label);
 
     /* set the texture's text! */
     a->texture[0].data.text.string = self->frame.client->title;
This page took 0.025554 seconds and 4 git commands to generate.