Allow Start module to be moved.

SVN revision: 20246
This commit is contained in:
Christopher Michael 2006-02-03 20:17:41 +00:00
parent 128627e095
commit a8fd6a5628
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ _start_face_new(Start *s, E_Container *con)
E_GADMAN_POLICY_VSIZE;
if (s->conf->allow_overlap == 0)
policy &= E_GADMAN_POLICY_ALLOW_OVERLAP;
policy &= ~E_GADMAN_POLICY_ALLOW_OVERLAP;
else
policy |= E_GADMAN_POLICY_ALLOW_OVERLAP;