summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2004-02-10 00:20:36 +0000
committerStew Benedict <stewb@mandriva.org>2004-02-10 00:20:36 +0000
commitcd3fc84c1c8c9ffd0c7df2c9d0099ffea42f07f6 (patch)
treebe74ce3becea539bd9d41bf89917c5ca099df727
parente84aeec953a835b14318bef46c70a8f4e6bc5e3d (diff)
downloaddrakx-cd3fc84c1c8c9ffd0c7df2c9d0099ffea42f07f6.tar
drakx-cd3fc84c1c8c9ffd0c7df2c9d0099ffea42f07f6.tar.gz
drakx-cd3fc84c1c8c9ffd0c7df2c9d0099ffea42f07f6.tar.bz2
drakx-cd3fc84c1c8c9ffd0c7df2c9d0099ffea42f07f6.tar.xz
drakx-cd3fc84c1c8c9ffd0c7df2c9d0099ffea42f07f6.zip
Remove confusing "On hard drive" checkbox from wizard (Arnaud de Lorbeau)
-rwxr-xr-xperl-install/standalone/drakbackup5
1 files changed, 1 insertions, 4 deletions
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);