Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:


dialog message wrong if ld.so errors (also 127 exit code). make more generic.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- e_apps.c    10 Jan 2006 08:32:27 -0000      1.110
+++ e_apps.c    10 Jan 2006 08:46:33 -0000      1.111
@@ -1836,13 +1836,12 @@
    a = ai->app;
    if (!a) return 1;
 
+   /* FIXME: maybe we could capture stdout/stderr and display it here? */
    if (ev->exit_code == 127) /* /bin/sh uses this if cmd not found */
      e_error_dialog_show(_("Run Error"),
                         _("Enlightenment was unable to run the program:\n"
                           "\n"
-                          "%s\n"
-                          "\n"
-                          "The command was not found\n"),
+                          "%s\n"),
                         a->exe);
    if (ai->expire_timer) ecore_timer_del(ai->expire_timer);
    free(ai);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to