Skip to content

Commit

Permalink
use adjusted Product.FindBaseProducts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Apr 10, 2014
1 parent 16ef223 commit d9ea8ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/clients/inst_prepareprogress.rb
Expand Up @@ -46,11 +46,8 @@ def main

# hide the RN button and set the release notes for SlideShow (bnc#871158)
Wizard.HideReleaseNotesButton
base_product = Pkg.ResolvableDependencies("", :product, "").select { | product |
(product["status"] == :selected || product["status"] == :installed) &&
(Mode.normal ? product["category"] == "base" : product["source"] == 0)
}[0]["name"]
SlideShow.SetReleaseNotes(InstData.release_notes, base_product)
base_products = Product.FindBaseProducts
SlideShow.SetReleaseNotes(InstData.release_notes, base_products[0]["name"])

Packages.SlideShowSetUp(Language.language)

Expand Down

0 comments on commit d9ea8ee

Please sign in to comment.