Skip to content

Commit

Permalink
Merge pull request #117 from yast/merge_progress
Browse files Browse the repository at this point in the history
Do not show the Progress dialog while merging the configuration
  • Loading branch information
teclator committed Oct 4, 2018
2 parents 667696f + 0c5513d commit b257146
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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 @@
-------------------------------------------------------------------
Wed Oct 3 14:11:34 UTC 2018 - knut.anderssen@suse.com

- AutoYaST: Do not show the progress when merging the configuration
before writing it (bsc#1110598)
- 4.0.13

-------------------------------------------------------------------
Thu Apr 19 08:56:08 CEST 2018 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-ntp-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-ntp-client
Version: 4.0.12
Version: 4.0.13
Release: 0
Summary: YaST2 - NTP Client Configuration
License: GPL-2.0+
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2ntp_client/client/auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def change
end

def write
progress_orig = Yast::Progress.set(false)
# ensure to merge config to system chrony configuration to do minimal configuration
Yast::NtpClient.merge_to_system
progress_orig = Yast::Progress.set(false)
Yast::NtpClient.write_only = true
ret = Yast::NtpClient.Write
Yast::Progress.set(progress_orig)
Expand Down

0 comments on commit b257146

Please sign in to comment.