Re: [E-devel] freedesktops standards???

2005-02-27 Thread Till Varoquaux
My point was also that freedesktop is moving towards providing standards for an incresing number of things. .desktop files are going to be used in other areas than just menues (like associating run-actions to mime-types etc...) and while in the past ignoring came at really minor cost (and

[E-devel] e_main.c variable declaration fixes

2005-02-27 Thread Jonathan Ho
I cleaned up some weird variable declarations in e_main.c (e17/apps/e/src/bin/e_main.c). --- e_main.c2005-02-21 08:16:40.0 -0800 +++ e_main.NEW.c2005-02-27 10:19:30.479334504 -0800 @@ -51,14 +51,9 @@ static Ecore_Idle_Enterer *_e_main_idle_ int main(int argc, char **argv) {

Re: [E-devel] e_main.c variable declaration fixes

2005-02-27 Thread Tilman Sauerbeck
Jonathan Ho [EMAIL PROTECTED] [2005-02-27 11:14]: I cleaned up some weird variable declarations in e_main.c (e17/apps/e/src/bin/e_main.c). That's not weird, that's just raster's coding style ;) So there's no point in sending cosmetic patches that clean up variable declarations like this one.

Re: [E-devel] e_main.c variable declaration fixes

2005-02-27 Thread Michael Jennings
On Sunday, 27 February 2005, at 11:14:07 (-0800), Jonathan Ho wrote: - int ipc_failed = 0; - int i; - int nosplash = 0; - int nostartup = 0; - int nowelcome = 0; - int after_restart = 0; - char buf[1024]; - char *s; + int ipc_failed = 0, i, nosplash = 0, nostartup = 0,

[E-devel] possible bug in edb_vt_ed

2005-02-27 Thread Morten Nilsen
I'm running the latest cvs version, compiled with stackguard. when I issue edb_vt_ed /etc/entrance_config.db, I get this error; edb_vt_ed: stack smashing attack in function draw_edit_itemAborted edb_gtk_ed works fine. -- Morten --- SF