diff options
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 1 |
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; }); |