Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:


oops. missed case.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -3 -r1.651 -r1.652
--- e_border.c  7 Aug 2008 06:16:35 -0000       1.651
+++ e_border.c  7 Aug 2008 06:45:02 -0000       1.652
@@ -1473,7 +1473,7 @@
        if ((bd->want_focus) && (set) && (!focus))
          bd->want_focus = 0;
      }
-   if (!bd->visible)
+   if ((!bd->visible) && (focus))
      {
        e_border_focus_latest_set(bd);
        bd->want_focus = 1;



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to