more fixes

SVN revision: 26658
This commit is contained in:
Carsten Haitzler 2006-10-16 14:30:03 +00:00
parent e46db8b050
commit 9c2590121e
1 changed files with 2 additions and 2 deletions

View File

@ -628,8 +628,8 @@ e_app_exec(E_App *a, int launch_id)
if (!a->exe) return 0;
/* no exe field, don't exe it. */
if (!_e_app_exe_valid_get(a->exe))
return 0;
// if (!_e_app_exe_valid_get(a->exe))
// return 0;
/* FIXME: set up locale, encoding and input method env vars if they are in
* the eapp file */