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: conservative governor support, sk intl support =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- e_mod_main.c 25 Jul 2005 09:55:45 -0000 1.15 +++ e_mod_main.c 26 Jul 2005 13:26:02 -0000 1.16 @@ -428,6 +428,8 @@ e_menu_item_label_set(mi, _("Manual")); else if (!strcmp(l->data, "ondemand")) e_menu_item_label_set(mi, _("Automatic")); + else if (!strcmp(l->data, "conservative")) + e_menu_item_label_set(mi, _("Lower Power Automatic")); else if (!strcmp(l->data, "powersave")) e_menu_item_label_set(mi, _("Minimum Speed")); else if (!strcmp(l->data, "performance")) ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs