Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_config.c e_eapp_main.c Log Message: eappp tool robustness =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -3 -r1.40 -r1.41 --- e_config.c 7 May 2005 17:26:54 -0000 1.40 +++ e_config.c 10 May 2005 03:14:57 -0000 1.41 @@ -135,7 +135,7 @@ "data by default for usable functionality that your old\n" "configuration simply lacks. This new set of defaults will fix\n" "that by adding it in. You can re-configure things now to your\n" - "liking. Sorry for the hiccup in your confiugration.\n"); + "liking. Sorry for the hiccup in your configuration.\n"); } else if (e_config->config_version > E_CONFIG_FILE_VERSION) { @@ -632,6 +632,7 @@ } e_config_save_queue(); } +// e_config->evas_engine_container = E_EVAS_ENGINE_GL_X11; E_CONFIG_LIMIT(e_config->menus_scroll_speed, 1.0, 20000.0); E_CONFIG_LIMIT(e_config->menus_fast_mouse_move_thresthold, 1.0, 2000.0); =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_eapp_main.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_eapp_main.c 3 Mar 2005 17:26:46 -0000 1.4 +++ e_eapp_main.c 10 May 2005 03:15:07 -0000 1.5 @@ -72,11 +72,6 @@ i++; set_win_class = argv[i]; } - else if ((!strcmp(argv[i], "-set-win-class")) && (i < (argc - 1))) - { - i++; - set_win_class = argv[i]; - } else if ((!strcmp(argv[i], "-set-startup-notify")) && (i < (argc - 1))) { i++; @@ -95,6 +90,8 @@ del_exe = 1; del_win_name = 1; del_win_class = 1; + del_startup_notify = 1; + del_wait_exit = 1; } else if ((!strcmp(argv[i], "-del-name"))) { @@ -145,6 +142,15 @@ _e_help(); exit(0); } + if ((!set_name) && (!set_generic) && (!set_comment) && (!set_exe) && + (!set_win_name) && (!set_win_class) && (!set_startup_notify) && + (!set_wait_exit) && (!del_name) && (!del_generic) && (!del_comment) && + (!del_exe) && (!del_win_name) && (!del_win_class) && + (!del_startup_notify) && (!del_wait_exit)) + { + printf("ERROR: nothing to do!\n"); + exit(0); + } eet_init(); ef = eet_open(file, EET_FILE_MODE_READ_WRITE); if (!ef) ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs