Thank you for the fix.
Massimiliano
2010/9/13 Carsten Haitzler :
> On Fri, 10 Sep 2010 15:28:44 +0200 Cedric BAIL said:
>
> aye - keep your info.txt up to date please - that means list of things you
> work
> on (or don't anymore), contact info (email, irc, website - if you have/use
> them), and
On Thu, 9 Sep 2010 15:48:45 +0200 Cedric BAIL said:
> On Thu, Sep 9, 2010 at 3:35 PM, Lucas De Marchi
> wrote:
> > On Thu, Sep 9, 2010 at 10:08 AM, Cedric BAIL wrote:
> >>> somewhere where i can port the code only once on Windows (using native
> >>> win32 threads)
> >>
> >> Agreed, so move it t
On Fri, 10 Sep 2010 11:15:49 -0400 Christopher Michael
said:
> On 09/10/2010 12:09 AM, Enlightenment SVN wrote:
> > Log:
> >menu icons.. are meant to be e_icon objects... devilhorns!
> >:)
> >(damned 64bit shit found it)
> >
> >
actually amazing it worked at all on 32bit. as such e17
On Fri, 10 Sep 2010 15:28:44 +0200 Cedric BAIL said:
aye - keep your info.txt up to date please - that means list of things you work
on (or don't anymore), contact info (email, irc, website - if you have/use
them), and yes - new little feature. icon images for you. right now only
icon-map.png is
On Fri, 10 Sep 2010 18:03:52 +0200 Cedric BAIL said:
> Another discussion I wanted to raise, we currently have 2 channels on
> IRC, #e, for e user, and #edevelop for devs. But we don't make a
> difference between core development that could be sometime very
> complex and can afraid developpers th
should be changed to ecore_thread_long_run asap
This email was sent on behalf of Vincent Torri.
--
Mike Blumenkrantz
Zentific: Our boolean values are huge.
--
Start uncovering the many advantages of virtual appliances
an
On Sun, Sep 12, 2010 at 3:31 PM, Enlightenment SVN
wrote:
> Log:
> hackfix const warning
> @@ -923,7 +923,7 @@
> static char *
> _gc_label(E_Gadcon_Client_Class *client_class __UNUSED__)
> {
> - return _(_e_mixer_Name);
> + return (char*)_(_e_mixer_Name);
> }
don't do this, change _gc_la