Fix flag removal in elem_screen_update

This commit is contained in:
Martin Duquesnoy 2011-09-26 09:14:11 +02:00
parent a6b37e8b7e
commit a603802d9f

View File

@ -68,7 +68,7 @@ infobar_elem_screen_update(struct screen *s, int addf)
SLIST_FOREACH(i, &s->infobars, next) SLIST_FOREACH(i, &s->infobars, next)
infobar_elem_update(i); infobar_elem_update(i);
s->elemupdate &= ~FLAGINT(ElemTag); s->elemupdate &= ~FLAGINT(addf);
} }
#endif /* INFOBAR_H */ #endif /* INFOBAR_H */