Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:


go go freeze todo.. go!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -3 -r1.107 -r1.108
--- e_border.c  11 Mar 2005 11:05:51 -0000      1.107
+++ e_border.c  11 Mar 2005 11:20:46 -0000      1.108
@@ -994,7 +994,7 @@
        E_Border *bd;
 
        bd = l->data;
-       if (bd->changes.visible && bd->visible)
+       if ((bd->changes.visible) && (bd->visible))
          {
             ecore_x_window_show(bd->win);
             bd->changes.visible = 0;
@@ -1006,7 +1006,7 @@
        E_Border *bd;
 
        bd = l->data;
-       if (bd->changes.visible && !bd->visible)
+       if ((bd->changes.visible) && (!bd->visible))
          {
             ecore_x_window_hide(bd->win);
             bd->changes.visible = 0;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to