removed DEFTAG

This commit is contained in:
Anselm R. Garbe
2006-08-22 16:42:29 +02:00
parent 6a3ae5e26a
commit 595028614b
3 changed files with 2 additions and 4 deletions

2
main.c
View File

@ -241,7 +241,7 @@ main(int argc, char *argv[])
for(ntags = 0; tags[ntags]; ntags++);
seltag = emallocz(sizeof(Bool) * ntags);
seltag[DEFTAG] = True;
seltag[0] = True;
/* style */
dc.bg = getcolor(BGCOLOR);