Allow Start module to be moved.
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 3 Feb 2006 20:17:41 +0000 (20:17 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 3 Feb 2006 20:17:41 +0000 (20:17 +0000)
SVN revision: 20246

src/modules/start/e_mod_main.c

index a1c257d..51be5fb 100644 (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;