* Enlightenment SVN <[email protected]> [2012-02-22 20:20:30 -0800]:

> Log:
> hermet's code didnt create a bug.. it brought out an existing bug...
>   FIX!
>   

Thanks muchly :)

>   
> 
> Author:       raster
> Date:         2012-02-22 20:20:30 -0800 (Wed, 22 Feb 2012)
> New Revision: 68298
> Trac:         http://trac.enlightenment.org/e/changeset/68298
> 
> Modified:
>   trunk/elementary/src/lib/elm_widget.c 
> 
> Modified: trunk/elementary/src/lib/elm_widget.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_widget.c     2012-02-23 04:11:04 UTC (rev 
> 68297)
> +++ trunk/elementary/src/lib/elm_widget.c     2012-02-23 04:20:30 UTC (rev 
> 68298)
> @@ -3497,9 +3497,9 @@
>     if (!sd) return;
>     sd->obj = obj;
>     sd->x = sd->y = sd->w = sd->h = 0;
> -   sd->can_focus = 1;
>     sd->mirrored_auto_mode = EINA_TRUE; /* will follow system locale settings 
> */
>     evas_object_smart_data_set(obj, sd);
> +   elm_widget_can_focus_set(obj, EINA_TRUE);
>  }
>  
>  static Evas_Object *
> 
> 
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing 
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

-- 
Gustavo Lima Chaves
Computer Engineer @ ProFUSION Embedded Systems

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to