On Sun, 20 Nov 2011 06:15:37 -0800 "Enlightenment SVN"
<no-re...@enlightenment.org> wrote:

> Log:
> edje: remove warning when building without Ecore_IMF.
>   
> 
> Author:       cedric
> Date:         2011-11-20 06:15:37 -0800 (Sun, 20 Nov 2011)
> New Revision: 65440
> Trac:         http://trac.enlightenment.org/e/changeset/65440
> 
> Modified:
>   trunk/edje/src/lib/edje_entry.c 
> 
> Modified: trunk/edje/src/lib/edje_entry.c
> ===================================================================
> --- trunk/edje/src/lib/edje_entry.c   2011-11-20 14:11:50 UTC
> (rev 65439) +++ trunk/edje/src/lib/edje_entry.c       2011-11-20
> 14:15:37 UTC (rev 65440) @@ -1508,9 +1508,9 @@
>  _edje_key_up_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj
> __UNUSED__, void *event_info) {
>     Edje *ed = data;
> -   Evas_Event_Key_Up *ev = event_info;
>     Edje_Real_Part *rp = ed->focused_part;
>     Entry *en;
> +
>     if (!rp) return;
>     en = rp->entry_data;
>     if ((!en) || (rp->part->type != EDJE_PART_TYPE_TEXTBLOCK) ||
> @@ -1520,13 +1520,17 @@
>  #ifdef HAVE_ECORE_IMF
>     if (en->imf_context)
>       {
> +        Evas_Event_Key_Up *ev = event_info;
>          Ecore_IMF_Event_Key_Up ecore_ev;
> +
>          ecore_imf_evas_event_key_up_wrap(ev, &ecore_ev);
>          if (ecore_imf_context_filter_event(en->imf_context,
>                                             ECORE_IMF_EVENT_KEY_UP,
>                                             (Ecore_IMF_Event
> *)&ecore_ev)) return;
>       }
> +#else
> +   (void) event_info;
>  #endif
>  }
>  
> @@ -2057,9 +2061,9 @@
>          ecore_imf_context_input_mode_set(en->imf_context,
>                                           rp->part->entry_mode ==
> EDJE_ENTRY_EDIT_MODE_PASSWORD ? ECORE_IMF_INPUT_MODE_INVISIBLE :
> ECORE_IMF_INPUT_MODE_FULL); 
> +done:
>  #endif
>       }
> -done:
>     en->cursor = (Evas_Textblock_Cursor
> *)evas_object_textblock_cursor_get(rp->object); }
>  

Think you just broke it here.

edje_entry.c: In function ‘_edje_entry_real_part_init’:
edje_entry.c:2064: error: label at end of compound statement


-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to