Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        iconify.c 


Log Message:
Add icon to iconbox after in stead of before animation.

===================================================================
RCS file: /cvs/e/e16/e/src/iconify.c,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -3 -r1.223 -r1.224
--- iconify.c   4 Feb 2007 23:06:03 -0000       1.223
+++ iconify.c   13 Feb 2007 00:13:07 -0000      1.224
@@ -304,10 +304,10 @@
    if (!ct)
       return;
 
-   IconboxObjEwinAdd(ct, ewin);
-
    if (ct->anim_mode && !ewin->state.showingdesk)
       IB_Animate(ct, 1, ewin);
+
+   IconboxObjEwinAdd(ct, ewin);
 }
 
 static void



-------------------------------------------------------------------------
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