Skip to content

Commit

Permalink
Fixed [Abort] button handling in Disks Activation dialog
Browse files Browse the repository at this point in the history
- bnc#893281
  • Loading branch information
kobliha committed Aug 27, 2014
1 parent ac5bb32 commit 6a5b6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/inst_disks_activate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def main
WFM.call("inst_lan", [@argmap.merge({"skip_detection" => true})])
@ret = :redraw
when :abort
@ret = nil if Popup.ConfirmAbort(:painless)
@ret = nil unless Popup.ConfirmAbort(:painless)
end

if @ret == :redraw
Expand Down

0 comments on commit 6a5b6aa

Please sign in to comment.