Re: [E-devel] Ecore_File_Monitor

2007-01-06 Thread Sebastian Dransfeld
Aleksej Struk wrote: > On Fri, Jan 05, 2007 at 09:54:49PM +0100, Nikolas Arend wrote: >> Nikolas Arend wrote: >>> Hi, >>> >>> it seems that the Ecore_File_Monitor (e.g. used in mbox.c in the mail >>> module) stopped working properly since some more extensive changes a few >>> revisions ago. Can a

Re: [E-devel] Ecore_File_Monitor

2007-01-06 Thread Nikolas Arend
Sebastian Dransfeld wrote: > Aleksej Struk wrote: > >> On Fri, Jan 05, 2007 at 09:54:49PM +0100, Nikolas Arend wrote: >> >>> Nikolas Arend wrote: >>> Hi, it seems that the Ecore_File_Monitor (e.g. used in mbox.c in the mail module) stopped working properly since

Re: [E-devel] Ecore_File_Monitor

2007-01-06 Thread Nikolas Arend
Nikolas Arend wrote: > Sebastian Dransfeld wrote: > >> Aleksej Struk wrote: >> >> >>> On Fri, Jan 05, 2007 at 09:54:49PM +0100, Nikolas Arend wrote: >>> >>> Nikolas Arend wrote: > Hi, > > it seems that the Ecore_File_Monitor (e.g. us

Re: [E-devel] Engrave rename part patch

2007-01-06 Thread DaveMDS
Hi leviathan attached the patch that make engrave_part_name_set() to change all the named link to the part. Without this every name_set() make the internal data inconsistent. Index: src/lib/engrave_part.c === RCS file: /cvs/e/e17/

[E-devel] Etk_Entry issue

2007-01-06 Thread DaveMDS
Hi all I can't make the function etk_entry_clear() to work as expected: the text wont be cleared correctly .The caret is placed correctly but the text doesn't disappear. and also: etk_entry_text_set(entry,""); and etk_entry_text_set(entry,NULL) doesn't works I have done a patch for etk_entry