Skip to content

Commit

Permalink
remember value of Save NTP Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchome committed Jun 20, 2013
1 parent b3d6b05 commit caf3242
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.21.3
2.24.0
7 changes: 7 additions & 0 deletions package/yast2-ntp-client.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 20 08:34:17 CEST 2013 - jsuchome@suse.cz

- remove duplicated help text (bnc#795856)
- remember value of "Save NTP Configuration" checkbox (bnc#815165)
- 2.24.0

-------------------------------------------------------------------
Fri Mar 22 13:20:47 CET 2013 - mvidner@suse.cz

Expand Down
2 changes: 2 additions & 0 deletions src/ntp-client_proposal.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ boolean ui_init(term rp, string country, boolean first_time) {
boolean ntp_used = (first_time && !Stage::initial ()) ?
GetNTPEnabled () : NtpClient::ntp_selected;

UI::ChangeWidget (`id(`ntp_save), `Value, ntp_used);

MakeProposal (country);
return ntp_used;
}
Expand Down

0 comments on commit caf3242

Please sign in to comment.