Enlightenment CVS committal Author : devilhorns Project : e_modules Module : weather
Dir : e_modules/weather Modified Files: e_mod_main.c weather.edc Log Message: Make weather use e_theme_edje_object_set like the other modules. Modified weather.edc to match other modules as far as group name =================================================================== RCS file: /cvsroot/enlightenment/e_modules/weather/e_mod_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_mod_main.c 7 Jan 2006 23:27:38 -0000 1.3 +++ e_mod_main.c 15 Jan 2006 18:58:09 -0000 1.4 @@ -441,7 +441,8 @@ o = edje_object_add(con->bg_evas); face->weather_object = o; - edje_object_file_set(o, PACKAGE_DATA_DIR"/weather.edj", "weather/main"); + if (!e_theme_edje_object_set(o, "base/theme/modules/weather", "modules/weather/main")) + edje_object_file_set(o, PACKAGE_DATA_DIR"/weather.edj", "modules/weather/main"); evas_object_show(o); o = evas_object_rectangle_add(con->bg_evas); =================================================================== RCS file: /cvsroot/enlightenment/e_modules/weather/weather.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- weather.edc 12 Dec 2005 05:19:10 -0000 1.1 +++ weather.edc 15 Jan 2006 18:58:09 -0000 1.2 @@ -4,7 +4,7 @@ } collections { group { - name: "weather/main"; + name: "modules/weather/main"; parts { part { name: "icon"; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs