From 8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Aug 2003 13:57:28 +0000 Subject: display the right information when no selected device --- perl-install/standalone/harddrake2 | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') 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; }); -- cgit v1.2.1