On Wednesday, 11 August 2010, at 13:35:26 (-0700),
Enlightenment SVN wrote:
> Log:
> Remove comparisons to NULL
>
> Rather than using "== NULL" or "!= NULL", use expression or !expression
> where
> possible.
>
> Patch automatically generated by coccinelle from badnull.cocci and
>
In svn, slightly modified to fix the formatting.
Thanks ;)
dh
On 08/11/2010 01:47 PM, Leif Middelschulte wrote:
> Hey guys,
>
>
> find attached a patch for a SEGV, when chosing an action in the acpi
> bindings dialog, while not having selected a binding for it first.
>
> BR,
>
> Leif
>
-
Hey guys,
find attached a patch for a SEGV, when chosing an action in the acpi
bindings dialog, while not having selected a binding for it first.
BR,
Leif
diff --git a/e/src/modules/conf_acpibindings/e_int_config_acpibindings.c b/e/src/modules/conf_acpibindings/e_int_config_acpibindings.c
index
On Tuesday, 10 August 2010, at 20:09:08 (+0200),
Kim Woelders wrote:
> As per commit message this causes a few changes. I guess the change is
> good in script.c, not sure about term.c.
Everything looks good to me. I'll do some more testing, but so far so
good. :-)
Thanks!
Michael
--
Michael
Dear all,
this is Daniel Juyung Seo.
I found one doxygen mistyping in elm_theme.c
elm_theme_extension_add() uses eina_list_append() not eina_list_prepend().
So it should be changed to 'Appends'.
--- elm_theme.c 2010-06-14 21:35:07.0 +0900
+++ elm_theme_fix.c 2010-08-11 23:37:02.0