Reverted!
Thanks for reporting and sorry for my mistake.

Daniel Juyung Seo (SeoZ)

On Wed, Jan 11, 2012 at 7:32 AM, Daniel Juyung Seo <seojuyu...@gmail.com> wrote:
> oh my god!
> sorry i will revert this and commit a right patch.
>
> On Jan 11, 2012 5:09 AM, "Iván Briano (Sachiel)" <sachi...@gmail.com> wrote:
>>
>> 2012/1/10 Enlightenment SVN <no-re...@enlightenment.org>:
>> > Log:
>> > enki: Turn off edje_cc verbose mode.
>> >
>>
>> This patch is not doing that. And it looks wrong. On many levels.
>>
>> > Author:       seoz
>> > Date:         2012-01-10 07:34:04 -0800 (Tue, 10 Jan 2012)
>> > New Revision: 67016
>> > Trac:         http://trac.enlightenment.org/e/changeset/67016
>> >
>> > Modified:
>> >  trunk/elementary/src/lib/elm_main.c
>> >
>> > Modified: trunk/elementary/src/lib/elm_main.c
>> > ===================================================================
>> > --- trunk/elementary/src/lib/elm_main.c 2012-01-10 11:57:09 UTC (rev
>> > 67015)
>> > +++ trunk/elementary/src/lib/elm_main.c 2012-01-10 15:34:04 UTC (rev
>> > 67016)
>> > @@ -2084,18 +2084,6 @@
>> >  }
>> >
>> >  EAPI void
>> > -elm_object_access_info_set(Evas_Object *obj, const char *txt)
>> > -{
>> > -   elm_widget_access_info_set(obj, txt);
>> > -}
>> > -
>> > -EAPI Evas_Object *
>> > -elm_object_name_find(const Evas_Object *obj, const char *name, int
>> > recurse)
>> > -{
>> > -   return elm_widget_name_find(obj, name, recurse);
>> > -}
>> > -
>> > -EAPI void
>> >  elm_object_item_access_info_set(Elm_Object_Item *it, const char *txt)
>> >  {
>> >    _elm_widget_item_access_info_set((Elm_Widget_Item *) it, txt);
>> > @@ -2119,17 +2107,20 @@
>> >    _elm_widget_item_signal_emit((Elm_Widget_Item *) it, emission,
>> > source);
>> >  }
>> >
>> > -EAPI void elm_object_item_disabled_set(Elm_Object_Item *it, Eina_Bool
>> > disabled)
>> > +EAPI void
>> > +elm_object_item_disabled_set(Elm_Object_Item *it, Eina_Bool disabled)
>> >  {
>> >    _elm_widget_item_disabled_set((Elm_Widget_Item *) it, disabled);
>> >  }
>> >
>> > -EAPI Eina_Bool elm_object_item_disabled_get(const Elm_Object_Item *it)
>> > +EAPI Eina_Bool
>> > +elm_object_item_disabled_get(const Elm_Object_Item *it)
>> >  {
>> >    return _elm_widget_item_disabled_get((Elm_Widget_Item *) it);
>> >  }
>> >
>> > -EAPI void elm_object_item_del_cb_set(Elm_Object_Item *it, Evas_Smart_Cb
>> > del_cb)
>> > +EAPI void
>> > +elm_object_item_del_cb_set(Elm_Object_Item *it, Evas_Smart_Cb del_cb)
>> >  {
>> >    _elm_widget_item_del_cb_set((Elm_Widget_Item *) it, del_cb);
>> >  }
>> >
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Write once. Port to many.
>> > Get the SDK and tools to simplify cross-platform app development. Create
>> > new or port existing apps to sell to consumers worldwide. Explore the
>> > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
>> > http://p.sf.net/sfu/intel-appdev
>> > _______________________________________________
>> > enlightenment-svn mailing list
>> > enlightenment-...@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>>
>>
>> ------------------------------------------------------------------------------
>> Write once. Port to many.
>> Get the SDK and tools to simplify cross-platform app development. Create
>> new or port existing apps to sell to consumers worldwide. Explore the
>> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
>> http://p.sf.net/sfu/intel-appdev
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to