Yay the first break!
It was a good start :)
There is a long way to join the b0rker group.

Daniel Juyung Seo (SeoZ)


On Thu, Jun 13, 2013 at 11:45 PM, Stefan Schmidt - Enlightenment Git <
no-re...@enlightenment.org> wrote:

> stefan pushed a commit to branch master.
>
> commit 6e6b2a38e4074bbff7c2194c4d76b0bb0d6b7912
> Author: Stefan Schmidt <s.schm...@samsung.com>
> Date:   Thu Jun 13 15:43:48 2013 +0100
>
>     elm_web: Fix up various typos from URL conversion.
>
>     Ryuan please check if I adapted these correctly. And next time please
>     do a compile before pushing it. Spank :)
>
>     Thanks to Uartie for spotting it.
> ---
>  src/examples/web_example_02.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/examples/web_example_02.c b/src/examples/web_example_02.c
> index f9f3f40..ec5f10c 100644
> --- a/src/examples/web_example_02.c
> +++ b/src/examples/web_example_02.c
> @@ -462,7 +462,7 @@ default_content_set(Evas_Object *web)
>  EAPI_MAIN int
>  elm_main(int argc, char *argv[])
>  {
> -   Evas_Object *win, *bg, *box, *box2, *btn, *ic, *url_entry, *naviframe,
> *tabs, *web;
> +   Evas_Object *win, *bg, *box, *box2, *btn, *ic, *url_bar, *naviframe,
> *tabs, *web;
>     Evas *e;
>     Evas_Modifier_Mask ctrl_mask;
>     App_Data *ad;
> @@ -507,7 +507,7 @@ elm_main(int argc, char *argv[])
>     elm_box_pack_end(box, url_bar);
>     evas_object_show(url_bar);
>
> -   evas_object_smart_callback_add(url_bar, "activated",
> _url_bar_activated_cb, ad);
> +   evas_object_smart_callback_add(url_bar, "activated",
> _url_entry_activated_cb, ad);
>
>     box2 = elm_box_add(win);
>     elm_box_horizontal_set(box2, EINA_TRUE);
> @@ -607,7 +607,7 @@ elm_main(int argc, char *argv[])
>     ad->win = win;
>     ad->main_box = box;
>     ad->naviframe = naviframe;
> -   ad->url_bar = url_bar;
> +   ad->url_entry = url_bar;
>     ad->default_web = web;
>     ad->tabs = tabs;
>     ad->close_tab = btn;
>
> --
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to