Skip to content

Commit

Permalink
Merge pull request #317 from ancorgs/fix_bnc947969
Browse files Browse the repository at this point in the history
Fix keyboard selection when changing language (bnc#947969)
  • Loading branch information
ancorgs committed Oct 9, 2015
2 parents 2f8d440 + d8f033e commit 54933e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 9 13:32:36 UTC 2015 - ancor@suse.com

- Language selection screen fixed to immediately apply the keyboard
layout after changing it automatically (bsc#947969).
- 3.1.161

-------------------------------------------------------------------
Thu Oct 1 15:55:54 UTC 2015 - ancor@suse.com

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


Name: yast2-installation
Version: 3.1.160
Version: 3.1.161
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/lib/installation/clients/inst_complex_welcome.rb
Expand Up @@ -203,6 +203,7 @@ def main
else
@kbd = Keyboard.GetKeyboardForLanguage(@language, "english-us")
UI.ChangeWidget(Id(:keyboard), :Value, @kbd)
Keyboard.Set(@kbd)
end

# In case of going back, Release Notes button may be shown, retranslate it (bnc#886660)
Expand Down

0 comments on commit 54933e3

Please sign in to comment.