[EMAIL PROTECTED] wrote:

On Fri, 17 Dec 2004 16:15:16 EST, Frederick Heckel said:



What happened here is that there was an empty directory sitting in my
mapping/ dir. It looks like e_app_new is fine with directories, but it
doesn't actually fill out the app->winclass field if
$subdir/.directory.eet doesn't exist, but still tries to add it as an
app.



That sounds buggy to me - it should either invent a default winclass value,
or not try to add it as an app. But that's just my opinion based on a
quarter century of coding - the actual author of the code gets final call here. ;)


It should not be listening to directories at all - see how it passes 0 as the recurse setup bit? anyhow all .eet icons will be moved to .eapp soon, so this code will change.

as for null winclasses - if (winclass && ...
is just wrong - if you have a null winclass the icon is not valid for engage, it requires winclass to function properly...


Handy


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to