Tag: When adding a new tag, it is selected. Otherwise, if autohide is enabled, the new tag is not visible.

This commit is contained in:
OldMan 2010-04-23 13:36:34 +06:00
parent d24e5e911f
commit 1d9bb77d83

View File

@ -404,6 +404,7 @@ tag_new(int s, char *name)
infobar_update_taglist(s);
infobar_draw(s);
tag_set(conf.ntag[s]);
return;
}