Skip to content

Commit

Permalink
removed automatic 2nd stage support
Browse files Browse the repository at this point in the history
(the 2nd stage has been dropped completely)
- 3.1.3
  • Loading branch information
lslezak committed Nov 20, 2013
1 parent 019488d commit cc35a4e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1.2
3.1.3
7 changes: 7 additions & 0 deletions package/yast2-sound.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 20 08:32:21 UTC 2013 - lslezak@suse.cz

- removed automatic 2nd stage support (the 2nd stage has been
dropped completely) (FATE#314695)
- 3.1.3

-------------------------------------------------------------------
Fri Nov 8 15:14:20 CET 2013 - locilka@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-sound.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-sound
Version: 3.1.2
Version: 3.1.3
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
7 changes: 2 additions & 5 deletions src/clients/sound_proposal.rb
Expand Up @@ -37,15 +37,12 @@ def main
# Do not show any progress during Read()
@progress_orig = Progress.set(false)

# Automatic configuration has its own progress
if !GetInstArgs.automatic_configuration
UI.OpenDialog(VBox(Label(_("Detecting sound cards..."))))
end
UI.OpenDialog(VBox(Label(_("Detecting sound cards..."))))

Sound.Propose
PulseAudio.Propose

UI.CloseDialog if !GetInstArgs.automatic_configuration
UI.CloseDialog

Progress.set(@progress_orig)

Expand Down

0 comments on commit cc35a4e

Please sign in to comment.