summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r--perl-install/interactive_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index 610bbfb20..6a89cc481 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -64,7 +64,7 @@ sub ask_from_list_with_helpW {
$b;
} @$l, )),
0, new Gtk::HSeparator,
- 0, $w->create_okcancel(),
+ $::isWizard ? (0, $w->create_okcancel()) : (),
),
);
# {