Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/clock


Modified Files:
        e_mod_main.c 


Log Message:


fix dropshadow bug
make e_theme stuff check contents of edje files for group requested, if not
there, fallback
fix shading of windows with shaped windows

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/clock/e_mod_main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_mod_main.c        21 Apr 2005 10:09:27 -0000      1.29
+++ e_mod_main.c        23 Apr 2005 05:16:24 -0000      1.30
@@ -220,9 +220,8 @@
    o = edje_object_add(con->bg_evas);
    face->clock_object = o;
 
-   edje_object_file_set(o,
-                        e_theme_file_get("base/theme/modules/clock"),
-                       "modules/clock/main");
+   e_theme_edje_object_set(o, "base/theme/modules/clock",
+                          "modules/clock/main");
    evas_object_show(o);
    
    o = evas_object_rectangle_add(con->bg_evas);




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