diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 06:09:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-13 06:09:57 +0000 |
commit | 2bb7f164951794a54d6ea66631702d7604efff31 (patch) | |
tree | 6106947b345ac6e22eed6078aa6287941437176a | |
parent | ce427fa4816ef10d9445093b720ce50b44a08216 (diff) | |
download | control-center-2bb7f164951794a54d6ea66631702d7604efff31.tar control-center-2bb7f164951794a54d6ea66631702d7604efff31.tar.gz control-center-2bb7f164951794a54d6ea66631702d7604efff31.tar.bz2 control-center-2bb7f164951794a54d6ea66631702d7604efff31.tar.xz control-center-2bb7f164951794a54d6ea66631702d7604efff31.zip |
enable to start directly with drakwizard
-rwxr-xr-x | control-center | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center index 218310c5..d1e7089c 100755 --- a/control-center +++ b/control-center @@ -288,7 +288,7 @@ my @tree = [ (map { my ($id, $wizard, $icon, $description) = @$_; - $exec_hash->{$id} = [ "drakwizard", "$sbindir/drakwizard $wizard", 1, $description ]; + $exec_hash->{$id} = [ $id, "$sbindir/drakwizard $wizard", 1, $description ]; [ $id, $icon ]; } (# [ id, wizard file name, icon, description ] [ "DHCP wizard", "dhcp", 'dhcp_server-mdk', N("Configure DHCP") ], |