Bugzilla – Attachment 256991 Details for
Bug 450229
online update is not run during installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Proposed Patch
bnc_450229.diff (text/plain), 761 bytes, created by
J. Daniel Schmidt
on 2008-12-01 15:32:23 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
J. Daniel Schmidt
Created:
2008-12-01 15:32:23 UTC
Size:
761 bytes
patch
obsolete
>Index: src/clients/inst_ask_online_update.ycp >=================================================================== >--- src/clients/inst_ask_online_update.ycp (revision 53783) >+++ src/clients/inst_ask_online_update.ycp (working copy) >@@ -26,7 +26,7 @@ > import "Internet"; > import "Installation"; > >- if (!Internet::do_you) return `auto; >+// if (!Internet::do_you) return `auto; (bnc#450229) > > map ui = UI::GetDisplayInfo(); > >@@ -106,7 +106,9 @@ > } > else if ( ret == `next ) > { >- if ( (boolean) UI::QueryWidget(`id(`noupdate), `Value) ) >+ if ( (boolean) UI::QueryWidget(`id(`update), `Value) ) >+ Internet::do_you = true; >+ else > ret = `skip; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 450229
:
256728
|
256991
|
256995
|
256998
|
257001
|
257759