Skip to content

Commit

Permalink
fix crash when going back
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Aug 7, 2017
1 parent 0a10017 commit d14712c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/installation/dialogs/product_selection.rb
Expand Up @@ -38,7 +38,8 @@ def contents

# enhances default run by additional action if next is pressed
def run
return if super != :next
res = super
return res if res != :next

# remove already selected if it is not first run of dialog
if self.class.selected_package
Expand Down

0 comments on commit d14712c

Please sign in to comment.