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

(-)dialogs.ycp (-1 / +1 lines)
Lines 319-325 Link Here
319
	if (ret == `accept && ntp_rb)
319
	if (ret == `accept && ntp_rb)
320
	{
320
	{
321
	    // before the sync, save the time zone (bnc#467318)
321
	    // before the sync, save the time zone (bnc#467318)
322
	    Timezone::Set (Timezone::timezone, Stage::initial () && !Mode::live_installation ());
322
	    Timezone::Set (Timezone::timezone, Stage::initial ());
323
	    // true: go on, exit; false: loop on
323
	    // true: go on, exit; false: loop on
324
	    boolean ntp_handled = (boolean) ntp_call ("ui_try_save", $[ "ntpdate_only" : true]);
324
	    boolean ntp_handled = (boolean) ntp_call ("ui_try_save", $[ "ntpdate_only" : true]);
325
	    if (!ntp_handled)
325
	    if (!ntp_handled)

Return to bug 617861