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:


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/temperature/e_mod_main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_mod_main.c        19 Apr 2005 04:04:45 -0000      1.24
+++ e_mod_main.c        21 Apr 2005 10:09:28 -0000      1.25
@@ -636,8 +636,7 @@
    ef->temp_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/temperature"),
                        "modules/temperature/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