Skip to content

Commit

Permalink
Merge pull request #300 from yast/allow_go_back
Browse files Browse the repository at this point in the history
Allow go back
  • Loading branch information
teclator committed Aug 3, 2018
2 parents 6242106 + 980c803 commit c2682c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-storage.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 2 18:14:46 UTC 2018 - knut.anderssen@suse.com

- Allowed to go back or cancel in the inst_disk_proposal client
(bsc#1103408)
- 3.2.16.4

-------------------------------------------------------------------
Wed Jun 06 11:50:32 CEST 2018 - aschnell@suse.com

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


Name: yast2-storage
Version: 3.2.16.3
Version: 3.2.16.4
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/clients/inst_disk_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def main
@changes = Storage.ChangeText
UI.ChangeWidget(Id(:richtext), :Value, @changes)

else @ret == :next
elsif @ret == :next

if Storage.GetEntryForMountpoint("/").empty?
Popup.Error(_("Nothing assigned as root filesystem. Cannot continue."))
Expand Down

0 comments on commit c2682c0

Please sign in to comment.