Oops. Use exit(-1) instead of my tested _e_main_shutdown(-1). My Bad :(
authorChristopher Michael <cpmichael1@comcast.net>
Sun, 19 Jul 2009 09:03:49 +0000 (09:03 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sun, 19 Jul 2009 09:03:49 +0000 (09:03 +0000)
SVN revision: 41429

src/bin/e_main.c

index bc9961147cb3c29d88b26af0e828298c4fff0b02..34c81dbd957b3a71cc945fbe85e8924ef9b228b2 100644 (file)
@@ -464,8 +464,7 @@ main(int argc, char **argv)
                     "will handle setting up environment variables, paths,\n"
                     "and launching any other required services etc.\n"
                     "before enlightenment itself begins running.\n");
-       _e_main_shutdown(-1);
-//     exit(-1);
+       exit(-1);
      }
 
    TS("ecore_con");