This just dumped Taehwan's patch on the queue.
https://phab.enlightenment.org/D104

But yours looks better :)

Daniel Juyung Seo (SeoZ)

On Fri, May 3, 2013 at 7:36 PM, Cedric Bail - Enlightenment Git
<no-re...@enlightenment.org> wrote:
> cedric pushed a commit to branch master.
>
> commit e2ac83e9afe9e4013af19db6aeaad4c380c7e212
> Author: Cedric Bail <cedric.b...@samsung.com>
> Date:   Fri May 3 19:23:53 2013 +0900
>
>     elm_win: fix typo leading to segv.
> ---
>  src/lib/elm_win.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
> index 22bf152..0ccfd93 100644
> --- a/src/lib/elm_win.c
> +++ b/src/lib/elm_win.c
> @@ -2041,7 +2041,7 @@ _elm_win_property_change(void *data,
>                           int type __UNUSED__,
>                           void *event)
>  {
> -   Elm_Win_Smart_Data *sd = data;
> +   ELM_WIN_DATA_GET(data, sd);
>     Ecore_X_Event_Window_Property *e = event;
>
>     if (e->atom == ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE)
>
> --
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite
> It's a free troubleshooting tool designed for production
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap2

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to