Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


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/cpufreq/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c        20 Apr 2005 14:10:18 -0000      1.8
+++ e_mod_main.c        21 Apr 2005 10:09:27 -0000      1.9
@@ -742,7 +742,7 @@
    o = edje_object_add(con->bg_evas);
    ef->freq_object = o;
    edje_object_file_set(o, 
-                       e_path_find(path_themes, "default.edj"),
+                        e_theme_file_get("base/theme/modules/cpufreq"),
                        "modules/cpufreq/main");
    edje_object_signal_callback_add(o, "next_governor", "governor", 
_cpufreq_face_cb_set_governor, owner);
    edje_object_signal_callback_add(o, "increase_frequency", "frequency", 
_cpufreq_face_cb_set_frequency, owner);




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