Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
enlightenment
dont_offer_updates.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dont_offer_updates.patch of Package enlightenment
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor