summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-18 13:57:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-18 13:57:28 +0000
commit8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f (patch)
treef5f88d4bab707ac797364932ff6d81cbc905ec79 /perl-install
parent1c5eb93b9fe0f9316966113eba1300a427e98353 (diff)
downloaddrakx-backup-do-not-use-8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f.tar
drakx-backup-do-not-use-8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f.tar.gz
drakx-backup-do-not-use-8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f.tar.bz2
drakx-backup-do-not-use-8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f.tar.xz
drakx-backup-do-not-use-8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f.zip
display the right information when no selected device
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/harddrake21
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 76c1215d2..12a66c26e 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -229,6 +229,7 @@ $tree->get_selection->signal_connect('changed' => sub {
}
}
$text->get_buffer->set_text(N("Click on a device in the left tree in order to display its information here."));
+ undef $current_device;
$config_button->hide;
$module_cfg_button->hide;
});