Index: enlightenment-0.25.2/src/modules/wizard/page_170.c =================================================================== --- enlightenment-0.25.2.orig/src/modules/wizard/page_170.c +++ enlightenment-0.25.2/src/modules/wizard/page_170.c @@ -2,7 +2,7 @@ #include "e_wizard.h" #include "e_wizard_api.h" -static Eina_Bool do_up = 1; +static Eina_Bool do_up = 0; /* E_API int wizard_page_init(E_Wizard_Page *pg EINA_UNUSED, Eina_Bool *need_xdg_desktops EINA_UNUSED, Eina_Bool *need_xdg_icons EINA_UNUSED) @@ -64,7 +64,7 @@ wizard_page_show(E_Wizard_Page *pg EINA_ evas_object_show(of); api->wizard_page_show(of); - return 1; /* 1 == show ui, and wait for user, 0 == just continue */ + return 0; /* 1 == show ui, and wait for user, 0 == just continue */ } E_API int