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

(-)save_config_finish.ycp (+4 lines)
Lines 92-98 Link Here
92
92
93
    // progress step title
93
    // progress step title
94
    Progress::Title (_("Saving time zone..."));
94
    Progress::Title (_("Saving time zone..."));
95
96
    // clock must be set correctly in new chroot
97
    Timezone::Set (Timezone::timezone, true);
95
    Timezone::Save();
98
    Timezone::Save();
99
96
    Progress::NextStep ();
100
    Progress::NextStep ();
97
    if (!Mode::update ())
101
    if (!Mode::update ())
98
    {
102
    {

Return to bug 538357