Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_main.c Log Message: enough of mr welcome... just splash.. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- e_main.c 29 Apr 2005 19:42:18 -0000 1.71 +++ e_main.c 30 Apr 2005 07:15:22 -0000 1.72 @@ -54,7 +54,6 @@ int i; int nosplash = 0; int nostartup = 0; - int nowelcome = 0; int after_restart = 0; char buf[1024]; char *s; @@ -73,7 +72,6 @@ if (getenv("NOSPLASH")) nosplash = 1; if (getenv("NOSTARTUP")) nostartup = 1; - if (getenv("NOWELCOME")) nowelcome = 1; if (getenv("RESTART")) { @@ -349,18 +347,7 @@ _e_main_shutdown(-1); } _e_main_shutdown_push(e_dnd_shutdown); - - if (!nowelcome) - { - /* explicitly show a gui dialog */ - e_error_dialog_show(_("Welcome to Enlightenment 0.17"), - _("This is program has barely been started on, so it is not complete by a long\n" - "shot. Please do NOT expect anything to work properly at this stage. It's\n" - "being worked on.\n" - "\n" - "Hit \"OK\" to dismiss this dialog and continue using Enlightenment 0.17.")); - } - + if (ipc_failed) e_error_dialog_show(_("Enlightenment IPC setup error!"), _("Enlightenment cannot set up the IPC socket.\n" ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs