Okay, that's two different webmails sourceforge is stripping the
attachment from. So here it is inline.
metrics
Index: e_mod_main.c
===================================================================
RCS file: /var/cvs/e/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v
retrieving revision 1.51
diff -u -r1.51 e_mod_main.c
--- e_mod_main.c 18 Sep 2006 03:49:45 -0000 1.51
+++ e_mod_main.c 28 Sep 2006 06:12:28 -0000
@@ -710,12 +710,12 @@
{
if (cpufreq_config->status->cur_frequency == (int)l->data)
{
- if (!strcmp(emission, "increase_frequency"))
+ if (!strcmp(emission, "e,action,frequency,increase"))
{
if (l->next) next_frequency = (int)l->next->data;
break;
}
- else if (!strcmp(emission, "decrease_frequency"))
+ else if (!strcmp(emission, "e,action,frequency,decrease"))
{
if (l->prev) next_frequency = (int)l->prev->data;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel