Skip to content

Commit

Permalink
fixed adding advanced button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Slezak committed Jul 17, 2013
1 parent 47e64d2 commit a9594ae
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 a9594ae

Please sign in to comment.