Re: [E-devel] E SVN: rui IN trunk/elmdentica: . src

2010-04-24 Thread Rui Miguel Silva Seabra
Em 24-04-2010 17:58, Cedric BAIL escreveu: > On Sat, Apr 24, 2010 at 6:53 PM, Enlightenment SVN > wrote: >> Log: >> Keep CURL* user agents in memory instead of creating them for each request, >> and cleaning them up when an account is disabled. >> Adapt the recent spec changes to elmdentica as

Re: [E-devel] E SVN: rui IN trunk/elmdentica: . src

2010-04-24 Thread Cedric BAIL
On Sat, Apr 24, 2010 at 6:53 PM, Enlightenment SVN wrote: > Log: >  Keep CURL* user agents in memory instead of creating them for each request, > and cleaning them up when an account is disabled. >  Adapt the recent spec changes to elmdentica as well. > > Author:       rui > Date:         2010-04

Re: [E-devel] E SVN: rui IN trunk/elmdentica: . src

2010-03-06 Thread Rui Miguel Silva Seabra
Em 06-03-2010 01:16, Gustavo Sverzut Barbieri escreveu: > On Fri, Mar 5, 2010 at 6:45 PM, Enlightenment SVN > wrote: >> #include >> #include >> @@ -45,7 +44,6 @@ >> extern char * url_post; >> extern char * url_friends; >> extern int debug; >> -extern GConfClient *conf_client; > > try to re

Re: [E-devel] E SVN: rui IN trunk/elmdentica: . src

2010-03-05 Thread Gustavo Sverzut Barbieri
On Fri, Mar 5, 2010 at 6:45 PM, Enlightenment SVN wrote: >  #include >  #include > @@ -45,7 +44,6 @@ >  extern char * url_post; >  extern char * url_friends; >  extern int debug; > -extern GConfClient *conf_client; try to remove these variables shared amongst modules... keep the variables as "s