From cd3fc84c1c8c9ffd0c7df2c9d0099ffea42f07f6 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 10 Feb 2004 00:20:36 +0000 Subject: Remove confusing "On hard drive" checkbox from wizard (Arnaud de Lorbeau) --- perl-install/standalone/drakbackup | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install/standalone/drakbackup') diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index bd150e95b..c6b7db182 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -2652,7 +2652,7 @@ sub wizard_step2() { 1, new Gtk2::VBox(0, 5), 0, N("Please choose where you want to backup"), 0, gtkpack_(new Gtk2::HBox(0, 15), - 0, my $check_wizard_hd = new Gtk2::CheckButton(N("On Hard Drive")), + 0, N("Hard Drive used to prepare backups for all media"), 1, new Gtk2::VBox(0, 5), 0, gtkset_sensitive(gtksignal_connect(Gtk2::Button->new(N("Configure")), clicked => sub { destroy_widget(); @@ -2711,9 +2711,6 @@ sub wizard_step2() { if ($where_tape) { $where_cd = 0; $where_net = 0 }; refresh_wizard_step2(); }); - gtksignal_connect(gtkset_active($check_wizard_hd, $where_hd), toggled => sub { - refresh_wizard_step2(); - }); if (!$where_hd && !$where_cd && !$where_net) { $in->ask_warn(N("Error"), N("Please select media for backup...")); fonction_env(\$box2, \&wizard_step2, \&wizard, \&wizard_step2); -- cgit v1.2.1