diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-18 13:57:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-18 13:57:28 +0000 |
commit | 8f2c9c2d67ad2f613dad47eeb09e22866cbeca7f (patch) | |
tree | f5f88d4bab707ac797364932ff6d81cbc905ec79 /perl-install/standalone | |
parent | 1c5eb93b9fe0f9316966113eba1300a427e98353 (diff) | |
download | drakx-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/standalone')
-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; }); |