Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:


add theme finder/class/category wrapper - handles finding theme files for
specific categories, and falling back if not found. it cant check specific
parts in edjes though - maybe i should add that? :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_mod_main.c        14 Apr 2005 10:52:13 -0000      1.29
+++ e_mod_main.c        21 Apr 2005 10:09:26 -0000      1.30
@@ -493,8 +493,7 @@
    ef->bat_object = o;
 
    edje_object_file_set(o,
-                       /* FIXME: "default.edj" needs to come from conf */
-                       e_path_find(path_themes, "default.edj"),
+                       e_theme_file_get("base/theme/modules/battery"),
                        "modules/battery/main");
    evas_object_show(o);
 




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to