Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2013-02-15 Thread Daniel Juyung Seo
Thanks for the quick fix :) Daniel Juyung Seo (SeoZ) On Fri, Feb 15, 2013 at 9:01 PM, Leandro Pereira wrote: > On 02/15/2013 03:50 AM, Daniel Juyung Seo wrote: > >> Oops. CElmGadget.h is missing. >> >> > Good catch. Committed as r83948. > > > > Leandro > > ---

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2013-02-15 Thread Leandro Pereira
On 02/15/2013 03:50 AM, Daniel Juyung Seo wrote: > Oops. CElmGadget.h is missing. > Good catch. Committed as r83948. Leandro -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before th

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2013-02-14 Thread Daniel Juyung Seo
Oops. CElmGadget.h is missing. Daniel Juyung Seo (SeoZ) On Fri, Feb 15, 2013 at 3:33 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > elev8: Add CElmGadget. > > This is only to be used by the Elev8 E17 module. > > Author: acidx > Date: 2013-02-14 10:33:00 -0800

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2012-06-21 Thread Leandro Pereira
Daniel, On Thu, Jun 21, 2012 at 7:03 PM, Daniel Willmann wrote: >> elev8: Implemented Enabled Pos in CElmActionSlider >> +GENERATE_PROPERTY_CALLBACKS(CElmActionSlider, enabled); > Good catch. Yes, yes it is. --   Leandro

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2012-06-21 Thread Daniel Willmann
Hi, On Thu, June 21, 2012 22:03, Enlightenment SVN wrote: > Log: > elev8: Implemented Enabled Pos in CElmActionSlider > +GENERATE_PROPERTY_CALLBACKS(CElmActionSlider, enabled); enabled is already a property in CElmObject, maybe enabled_pos is a better name? Regards, Daniel