Re: [E-devel] [PATCH] e_fm: fix single-click on folders

2008-11-04 Thread Fedor Gusev
On Mon, Nov 03, 2008 at 07:55:52PM +1100, Carsten Haitzler wrote: > On Tue, 28 Oct 2008 20:36:06 +0100 thomasg <[EMAIL PROTECTED]> babbled: > > It also removes the strdup in the affected functions that seems useless > > here. Turns out, those strdups are not that useless... e_fm2_path_set() calls

Re: [E-devel] [PATCH] e_fm: fix single-click on folders

2008-11-03 Thread The Rasterman
On Tue, 28 Oct 2008 20:36:06 +0100 thomasg <[EMAIL PROTECTED]> babbled: > Hi, > > the attached patch fixes the single-click feature of e_fm, so you can use > single-click on folders, not just on files. > It also removes the strdup in the affected functions that seems useless > here. > > Would be

[E-devel] [PATCH] e_fm: fix single-click on folders

2008-10-28 Thread thomasg
Hi, the attached patch fixes the single-click feature of e_fm, so you can use single-click on folders, not just on files. It also removes the strdup in the affected functions that seems useless here. Would be nice if someone could check/review and commit it. Greetings, thomasg Index: e_fm.c ===