Re: [E-devel] Clipped Smart Object draft

2008-05-19 Thread Kenneth Christiansen
I am for it, you already added this to the python bindings back in the days and it has really proved useful for developing Canola. Cheers, Kenneth On Sun, May 18, 2008 at 5:11 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > Anyone else looked at this? May I add the clipped smart object

Re: [E-devel] Epsilon [PATCHES]

2008-05-09 Thread Kenneth Christiansen
The patches are very small and their names are pretty self-explanatory :-) 0001-Fixed-w-h-unnoticed-miss-exchange.patch: Fixed w <-> h unnoticed miss-exchange, when calculating thumbnail geometry 0002-Fix-alignment.patch: Fix alignment 0003-segfault_check_epsilon_cb_server_data.patch: Added IF i

Re: [E-devel] E CVS: libs/e_dbus ravenlock

2007-11-17 Thread Kenneth Christiansen
At least it would be better to show an error, than just returning, right? - Kenneth On 11/17/07, Ulisses Furquim <[EMAIL PROTECTED]> wrote: > On Nov 17, 2007 2:11 PM, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > Is this a proper fix or hiding a bug in the calling application (or > > another pa

Re: [E-devel] Ecore patch: ecore_file_download memory leak

2007-11-07 Thread Kenneth Christiansen
Where is the patch? Kenneth On 11/7/07, Vinicius Gomes <[EMAIL PROTECTED]> wrote: > Hi, > > This fixes a memory leak in the ecore_file_download function. The > string returned by ecore_file_dir_get (that was strdup'd) was not > being freed. Also, removing whitespaces at the end of some lines. > >