[E-devel] Fsel patch

2006-08-02 Thread BRUNEL Maxime
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, A patch for the fsel. This patch add a menu to rename and delete files in the fsel. But, i don't know refresh the smart when a file is removed. Regards, maxtoo. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux)

Re: [E-devel] Patch for exml

2006-06-02 Thread BRUNEL Maxime
ok. it's good. On Thursday, 01 June 2006, at 20:51:53 (+), BRUNEL Maxime wrote: i post a patch for exml (the file exml.c in libs/exml/src) which removes leaks ;) Patches need to be submitted in unified format (diff -u). Michael --- /home/maxtoo/exml.c 2006-06-01 19:30

[E-devel] Patch for exml

2006-06-01 Thread BRUNEL Maxime
Hi, i post a patch for exml (the file exml.c in libs/exml/src) which removes leaks ;) +175a176 ecore_hash_destroy( node-attributes ); 179d179 582a583,584 xmlFree(attr_name); xmlFree(attr_value); 596a599,600 xmlFree(name); xmlFree(value); 600c604 ---