devs/princeamd/enlightenment-0.17-elive
			
			
		
Carsten Haitzler 17 years ago
parent e46db8b050
commit 9c2590121e
  1. 4
      src/bin/e_apps.c

@ -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 */

Loading…
Cancel
Save