[E-devel] [eet] wrong use of ferror

2008-10-11 Thread Vincent Torri
Hey, in eet_lib.c, line 546, the use of ferror () is wrong. The doc says that it returns 0 on success, and a non zero value on failure, but no doc says that its returned value is an errno value. I think that the correct code would be: if (ferror(ef-fp)) { switch (errno) {

Re: [E-devel] [eet] wrong use of ferror

2008-10-11 Thread Joerg Sonnenberger
On Sat, Oct 11, 2008 at 10:16:18AM +0200, Vincent Torri wrote: in eet_lib.c, line 546, the use of ferror () is wrong. The doc says that it returns 0 on success, and a non zero value on failure, but no doc says that its returned value is an errno value. You are absolutely right. Looking at

[E-devel] .desktop files for E17 applications

2008-10-11 Thread Ariszló
The attachment contains xdg .desktop files for 8 E17 applications, 7 of which are new .desktop files. The 8th .desktop file is emphasis.desktop with GenericName added. All of the 8 .desktop files contain GenericName translations. The pixmaps subdirectory contains icons from Enlightenment svn

Re: [E-devel] .desktop files for E17 applications

2008-10-11 Thread Diogo Dutra
What attachment? On Sat, Oct 11, 2008 at 1:12 PM, Ariszló [EMAIL PROTECTED] wrote: The attachment contains xdg .desktop files for 8 E17 applications, 7 of which are new .desktop files. The 8th .desktop file is emphasis.desktop with GenericName added. All of the 8 .desktop files contain

Re: [E-devel] .desktop files for E17 applications

2008-10-11 Thread Ariszló
It seems that attachments are not forwarded to the list. How do you submit text files and png's to Enlightenment development? On Sat, Oct 11, 2008 at 7:47 PM, Diogo Dutra wrote: What attachment? On Sat, Oct 11, 2008 at 1:12 PM, Ariszló [EMAIL PROTECTED] wrote: The attachment contains xdg

[E-devel] E moudule API BREAK proposal

2008-10-11 Thread Dave Andreoli
Hi all, I want to make an e17 module that expose simple edje objects as gadgets. The idea is that people can download edje file from the net(calculator, clocks and whatever next), put it in the right directory and then my module can expose this objects as they was gadgets (they must appear in the

Re: [E-devel] .desktop files for E17 applications

2008-10-11 Thread Ivan
On Sat, Oct 11, 2008 at 3:41 PM, Ariszló [EMAIL PROTECTED] wrote: It seems that attachments are not forwarded to the list. How do you submit text files and png's to Enlightenment development? Sourceforge does not like binary attachments. You either post only text or upload your file somewhere