Le 08/11/2012 23:54, Michael Blumenkrantz a écrit :
> Hi,
>
> This mail is the official mail informing anyone and everyone working on E17
> that we are now in a feature freeze for the upcoming release. This means that
> NO
> new features should be added unless:
>
> 1) They are absolutely crucial for the release
> 2) They are discussed beforehand
> 3) A consensus is reached which determines that the feature in question must
> be
> added
>
> We will be doing continued releases twice every week (Monday and Friday, where
> possible) to try and increase improve user testing. This means that all
> changes
> made to the tree need to be tested prior to making a commit. Build breaks
> and SIGILL shenanigans from here on out are not encouraged (hi Cedric!).
>
> Please treat this just like any other release, though you don't have to add
> ChangeLog/NEWS entries for any fixes made...yet :)
>
> Thanks in advance for your cooperation, and I look forward to the coming end
> of
> the world.
And this, can it be committed ? It's just a mistake in the path,
nothing harmful.
---
src/modules/temperature/tempget.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/modules/temperature/tempget.c
b/src/modules/temperature/tempget.c
index 3a1c346..ffbfb7f 100644
--- a/src/modules/temperature/tempget.c
+++ b/src/modules/temperature/tempget.c
@@ -343,7 +343,7 @@ init(void)
break;
case SENSOR_TYPE_LINUX_SYS:
snprintf(path, sizeof(path),
- "/sys/class/thermal/thermal/%s/temp", sensor_name);
+ "/sys/class/thermal/%s/temp", sensor_name);
sensor_path = strdup(path);
break;
default:
@@ -508,6 +508,7 @@ check(void)
fclose(f);
temp = atoi(buf);
temp /= 1000;
+ ret = 1;
}
else
goto error;
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel