Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


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/temperature/e_mod_main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_mod_main.c        21 Apr 2005 10:09:28 -0000      1.25
+++ e_mod_main.c        23 Apr 2005 05:16:25 -0000      1.26
@@ -635,9 +635,8 @@
    o = edje_object_add(con->bg_evas);
    ef->temp_object = o;
 
-   edje_object_file_set(o,
-                        e_theme_file_get("base/theme/modules/temperature"),
-                       "modules/temperature/main");
+   e_theme_edje_object_set(o, "base/theme/modules/temperature",
+                          "modules/temperature/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