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:


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/clock/e_mod_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_mod_main.c        19 Apr 2005 06:06:02 -0000      1.28
+++ e_mod_main.c        21 Apr 2005 10:09:27 -0000      1.29
@@ -221,8 +221,7 @@
    face->clock_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/clock"),
                        "modules/clock/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