From c1ea5ba2615ff7461ad38ba682cb313f5c489c69 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 30 Apr 2005 07:15:22 +0000 Subject: [PATCH] enough of mr welcome... just splash.. SVN revision: 14513 --- configure.in | 2 +- src/bin/e_main.c | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/configure.in b/configure.in index 41e5db23a..e0c7a7c18 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(configure.in) AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_ISC_POSIX -AM_INIT_AUTOMAKE(enlightenment, 0.16.999.005) +AM_INIT_AUTOMAKE(enlightenment, 0.16.999.006) AM_CONFIG_HEADER(config.h) AC_C_BIGENDIAN diff --git a/src/bin/e_main.c b/src/bin/e_main.c index f5e427069..20f57fd5a 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -54,7 +54,6 @@ main(int argc, char **argv) int i; int nosplash = 0; int nostartup = 0; - int nowelcome = 0; int after_restart = 0; char buf[1024]; char *s; @@ -73,7 +72,6 @@ main(int argc, char **argv) if (getenv("NOSPLASH")) nosplash = 1; if (getenv("NOSTARTUP")) nostartup = 1; - if (getenv("NOWELCOME")) nowelcome = 1; if (getenv("RESTART")) { @@ -349,18 +347,7 @@ main(int argc, char **argv) _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"