Skip to content

Commit

Permalink
handle closing the initial installation screen (bsc#979499)
Browse files Browse the repository at this point in the history
... by the window manager close button in SSH installation

- 3.1.186
  • Loading branch information
lslezak committed May 16, 2016
1 parent f1fafc1 commit 6e58a6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -37,4 +37,5 @@ home*:*
*.sh
.yardoc
/coverage
/nbproject/private/
/test-driver
test/*.trs
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 16 08:29:25 UTC 2016 - lslezak@suse.cz

- SSH installation: handle closing the initial installation screen
by the window manager close button (bsc#979499)
- 3.1.186

-------------------------------------------------------------------
Mon May 9 15:14:22 CEST 2016 - schubi@suse.de

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


Name: yast2-installation
Version: 3.1.185
Version: 3.1.186
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 2 additions & 2 deletions src/lib/installation/clients/inst_complex_welcome.rb
Expand Up @@ -92,10 +92,10 @@ def event_loop
case ret
when :back
return ret
when :abort
when :abort, :cancel
next unless Popup.ConfirmAbort(:painless)
Wizard.RestoreNextButton
return ret
return :abort
when :keyboard
read_ui_state
Keyboard.Set(@keyboard)
Expand Down

0 comments on commit 6e58a6d

Please sign in to comment.