Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c 


Log Message:
Simplify.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- e_actions.c 2 Jul 2006 06:57:38 -0000       1.71
+++ e_actions.c 17 Jul 2006 20:30:48 -0000      1.72
@@ -634,13 +634,8 @@
 /***************************************************************************/
 ACT_FN_GO(window_borderless_toggle)
 {
-   if (!obj) obj = E_OBJECT(e_border_focused_get());
+   if ((!obj) || (obj->type != E_BORDER_TYPE)) obj = 
E_OBJECT(e_border_focused_get());
    if (!obj) return;
-   if (obj->type != E_BORDER_TYPE)
-     {
-       obj = E_OBJECT(e_border_focused_get());
-       if (!obj) return;
-     }
    if (!((E_Border *)obj)->lock_border)
      {
        E_Border *bd;




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to