Enlightenment CVS committal Author : andreas99 Project : e16 Module : tools
Dir : e16/tools/e16menuedit2/src Modified Files: e16menu.c e16menuedit2.c Log Message: changed log level =================================================================== RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/src/e16menu.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- e16menu.c 16 Jan 2005 10:39:50 -0000 1.13 +++ e16menu.c 18 Feb 2005 12:09:55 -0000 1.14 @@ -77,8 +77,9 @@ menufile = fopen (buf, "r"); if (!menufile) { - g_critical ("hmm. looks like you have some \"issues\" as you don't have\n" + g_critical ("hmm. looks like you have some \"issues\" as you don't have " "a %s file.\n", buf); + exit(1); } #ifdef DEBUG g_print ("Loading menu: %s\n", buf); =================================================================== RCS file: /cvsroot/enlightenment/e16/tools/e16menuedit2/src/e16menuedit2.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- e16menuedit2.c 15 Jan 2005 18:39:11 -0000 1.22 +++ e16menuedit2.c 18 Feb 2005 12:10:15 -0000 1.23 @@ -66,7 +66,7 @@ compile_regex (); /* set log level for app exit */ - g_log_set_always_fatal (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL); + g_log_set_always_fatal (G_LOG_LEVEL_ERROR); parse_options (argc, argv); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs