Re: [E-devel] [PATCH][E] Patch for some minor bugs

2012-12-03 Thread Daniel Juyung Seo
Great job. Thanks! Daniel Juyung Seo (SeoZ) On Mon, Dec 3, 2012 at 8:20 PM, Gwanglim Lee wrote: > Thank you. :) > I'm preparing a similar patch for the e17 again. > I'm going to send it soon. > > Thanks. > Gwanglim > > On Mon, Dec 3, 2012 at 4:52 PM, Michael Blumenkrantz > wrote: > > these are

Re: [E-devel] [PATCH][E] Patch for some minor bugs

2012-12-03 Thread Michael Blumenkrantz
I look forward to it! On Mon, Dec 3, 2012 at 11:20 AM, Gwanglim Lee wrote: > Thank you. :) > I'm preparing a similar patch for the e17 again. > I'm going to send it soon. > > Thanks. > Gwanglim > > On Mon, Dec 3, 2012 at 4:52 PM, Michael Blumenkrantz > wrote: > > these are gold, thanks > > > >

Re: [E-devel] [PATCH][E] Patch for some minor bugs

2012-12-03 Thread Gwanglim Lee
Thank you. :) I'm preparing a similar patch for the e17 again. I'm going to send it soon. Thanks. Gwanglim On Mon, Dec 3, 2012 at 4:52 PM, Michael Blumenkrantz wrote: > these are gold, thanks > > On Fri, Nov 30, 2012 at 6:13 PM, Gwanglim Lee wrote: > >> Dear all, >> >> I'm attaching a patch for

Re: [E-devel] [PATCH][E] Patch for some minor bugs

2012-12-02 Thread Michael Blumenkrantz
these are gold, thanks On Fri, Nov 30, 2012 at 6:13 PM, Gwanglim Lee wrote: > Dear all, > > I'm attaching a patch for some minor bugs in the e17. > Please take a look at attached patch. > > 01. missing E_FREE(inst) > File: src/bin/e_exec.c: 347 > Function: _e_exec_cb_exec > > 02. missing

Re: [E-devel] [PATCH][E] Patch for some minor bugs

2012-11-30 Thread Christopher Michael
Gwanglim Lee wrote: >Dear all, > >I'm attaching a patch for some minor bugs in the e17. >Please take a look at attached patch. > >01. missing E_FREE(inst) >File: src/bin/e_exec.c: 347 >Function: _e_exec_cb_exec > >02. missing null check >File: src/bin/e_fm.c: 10173 >Function: _e_f

[E-devel] [PATCH][E] Patch for some minor bugs

2012-11-30 Thread Gwanglim Lee
Dear all, I'm attaching a patch for some minor bugs in the e17. Please take a look at attached patch. 01. missing E_FREE(inst) File: src/bin/e_exec.c: 347 Function: _e_exec_cb_exec 02. missing null check File: src/bin/e_fm.c: 10173 Function: _e_fm_error_dialog I'm not sure, b