rage: add missing dep on emotion
[openembedded.git] / recipes / e17 / e-wm / disable-splash.patch
1 --- enlightenment-0.16.999.015/src/bin/e_config.c~      2005-09-22 20:50:16.000000000 -0700
2 +++ enlightenment-0.16.999.015/src/bin/e_config.c       2005-09-30 10:51:02.000000000 -0700
3 @@ -377,7 +377,7 @@
4         /* DEFAULT CONFIG */
5         e_config = E_NEW(E_Config, 1);
6         e_config->config_version = E_CONFIG_FILE_VERSION;
7 -       e_config->show_splash = 1;
8 +       e_config->show_splash = 0;
9         e_config->desktop_default_background = strdup("");
10         e_config->desktop_default_name = strdup("Desktop %i, %i");
11         e_config->menus_scroll_speed = 1000.0;