Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        borders.c 


Log Message:
Fix window placement at (re)start (don't follow transients to leader).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/borders.c,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -3 -r1.222 -r1.223
--- borders.c   5 Aug 2004 17:46:26 -0000       1.222
+++ borders.c   8 Aug 2004 09:12:53 -0000       1.223
@@ -471,7 +471,8 @@
        if (ewin2)
          {
             ewin->desktop = ewin2->desktop;
-            if ((Conf.focus.switchfortransientmap) && (!ewin->iconified))
+            if (!Mode.wm.startup && Conf.focus.switchfortransientmap &&
+                !ewin->iconified)
                GotoDesktopByEwin(ewin2);
          }
      }




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to