Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Aug 23, 2016
1 parent 406c12e commit 4a7e581
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package/yast2-packager.changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
-------------------------------------------------------------------
Tue Aug 23 11:17:36 UTC 2016 - jreidinger@suse.com

- always enable next in license confirmation dialog, because even
if not accepted, popup is shown to user (bnc#993530)
- use same popup when license not confirmed for base product in
license confirmation dialog (bnc#993530)
- Always enable "Next" button in license confirmation dialog,
because even if not accepted, popup is shown to user
(bnc#993530).
- Use the same popup when license not confirmed for base product in
the license confirmation dialog (bnc#993530).
- 3.1.116

-------------------------------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion src/modules/ProductLicense.rb
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@ def DisplayLicenseDialogWithTitle(languages, back, license_language, licenses, i
contents,
GetLicenseDialogHelp(),
back,
true # always allow next button, as if not accepted, it will raise popup (bnc#993530)
# always allow next button, as if not accepted, it will raise popup (bnc#993530)
true
)

# set the initial license download URL
Expand Down

0 comments on commit 4a7e581

Please sign in to comment.