Re: [E-devel] E SVN: lucas IN trunk/embryo/src: bin lib

2010-08-11 Thread Michael Jennings
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 >

Re: [E-devel] segv fix for conf_acpibindings

2010-08-11 Thread Christopher Michael
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 > -

[E-devel] segv fix for conf_acpibindings

2010-08-11 Thread Leif Middelschulte
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

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-08-11 Thread Michael Jennings
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

[E-devel] elm_theme doxygen fix.

2010-08-11 Thread Daniel Juyung Seo
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