Skip to content

Commit

Permalink
Merge pull request #19 from yast/dialog_init_fix
Browse files Browse the repository at this point in the history
fixed adding advanced button
  • Loading branch information
lslezak committed Jul 17, 2013
2 parents 47e64d2 + a9594ae commit d70ba1d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/routines/dialogs.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@ string return_tab = "sections";
symbol MainDialog () {
y2milestone ("Running Main Dialog");
string lt = Bootloader::getLoaderType ();
term contents = `VBox (
"tab"
);
term contents = `VBox("tab");

if (lt != "grub2" && lt != "grub2-efi")
add(contents, `Right ("adv_button"));
contents = add(contents, `Right ("adv_button"));

// F#300779 - Install diskless client (NFS-root)
// kokso: additional warning that root partition is nfs type -> bootloader will not be installed
Expand Down

0 comments on commit d70ba1d

Please sign in to comment.