On Fri, Oct 8, 2010 at 5:00 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  Save class name as object name by default
> Author:       tiago
> Date:         2010-10-08 13:00:44 -0700 (Fri, 08 Oct 2010)
> New Revision: 53202
>
> Modified:
>  trunk/BINDINGS/python/python-evas/evas/evas.c_evas_object.pxi
>
> Modified: trunk/BINDINGS/python/python-evas/evas/evas.c_evas_object.pxi
> ===================================================================
> --- trunk/BINDINGS/python/python-evas/evas/evas.c_evas_object.pxi       
> 2010-10-08 19:48:32 UTC (rev 53201)
> +++ trunk/BINDINGS/python/python-evas/evas/evas.c_evas_object.pxi       
> 2010-10-08 20:00:44 UTC (rev 53202)
> @@ -273,6 +273,7 @@
>         evas_object_event_callback_add(obj, EVAS_CALLBACK_FREE, obj_free_cb,
>                                        <void *>self)
>         _object_register_decorated_callbacks(self)
> +        self.name_set(self.__class__.__name__)

well, this is bad, as it will eina_stringshare_add() lots of stuff :-/
that's what "type" would be good for, but yeah, elm screw that and
introduces everything as elm_widget that would later need to check
elm_widget_type

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to