File dont_offer_updates.patch of Package enlightenment
Index: enlightenment-0.18.0-rc2/src/modules/wizard/page_170.c
===================================================================
--- a/src/modules/wizard/page_170.c
+++ b/src/modules/wizard/page_170.c
@@ -1,7 +1,7 @@
/* Ask about updates checking */
#include "e_wizard.h"
-static int do_up = 1;
+static int do_up = 0;
/*
E_API int
wizard_page_init(E_Wizard_Page *pg __UNUSED__, Eina_Bool *need_xdg_desktops __UNUSED__, Eina_Bool *need_xdg_icons __UNUSED__)
@@ -58,7 +58,7 @@
evas_object_show(of);
e_wizard_page_show(o);
- 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