File dont_offer_updates.patch of Package enlightenment

Index: enlightenment-0.21.0-alpha/src/modules/wizard/page_170.c
===================================================================
--- enlightenment-0.21.0-alpha.orig/src/modules/wizard/page_170.c
+++ enlightenment-0.21.0-alpha/src/modules/wizard/page_170.c
@@ -1,7 +1,7 @@
 /* Ask about updates checking */
 #include "e_wizard.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)
@@ -63,7 +63,7 @@ wizard_page_show(E_Wizard_Page *pg EINA_
    evas_object_show(of);
 
    e_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
openSUSE Build Service is sponsored by