CVSROOT:        /cvs
Module name:    xenocara
Changes by:     [email protected]    2009/08/24 11:04:39

Modified files:
        app/cwm        : client.c 

Log message:
instead of checking for flags in the client context, then removing them.
e.g.:

if (flags & flags_we_care_about)
flags &= ~(flags_we_care_about);

just whack the flags unconditionally, it's simpler.

okan@ agrees.

Reply via email to