View | Details | Raw Unified | Return to bug 450229
Collapse All | Expand All

(-)src/clients/inst_ask_online_update.ycp (-2 / +4 lines)
Lines 26-32 Link Here
26
    import "Internet";
26
    import "Internet";
27
    import "Installation";
27
    import "Installation";
28
28
29
    if (!Internet::do_you) return `auto;
29
//    if (!Internet::do_you) return `auto;  (bnc#450229)
30
30
31
    map ui = UI::GetDisplayInfo();
31
    map ui = UI::GetDisplayInfo();
32
32
Lines 106-112 Link Here
106
        }
106
        }
107
        else if ( ret == `next )
107
        else if ( ret == `next )
108
        {
108
        {
109
            if ( (boolean) UI::QueryWidget(`id(`noupdate), `Value) )
109
            if ( (boolean) UI::QueryWidget(`id(`update), `Value) )
110
                Internet::do_you = true;
111
            else
110
                ret = `skip;
112
                ret = `skip;
111
        }
113
        }
112
114

Return to bug 450229