Browse Source

Client: Update selbar if selected client get a new title

Martin Duquesnoy 14 years ago
parent
commit
8a236cc7ac
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/client.c

+ 3 - 0
src/client.c

@@ -396,6 +396,9 @@ client_get_name(Client *c)
 
      frame_update(c);
 
+     if(conf.bars.selbar && c == sel)
+          infobar_draw_selbar(c->screen);
+
      return;
 }