Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        entrance_x_session.c 


Log Message:
Found the little critter. Session objects defaulting to layer 0 because their 
layers were not set.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_x_session.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- entrance_x_session.c        23 Mar 2005 03:12:40 -0000      1.9
+++ entrance_x_session.c        13 May 2006 06:40:10 -0000      1.10
@@ -100,6 +100,7 @@
    if (edje_object_file_set(edje, themefile, "Session") > 0)
    {
       evas_object_move(edje, -9999, -9999);
+      evas_object_layer_set(edje, 2);
       edje_object_size_min_get(edje, &w, &h);
       if ((w > 0) && (h > 0))
          evas_object_resize(result, w, h);




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