summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-03-22 15:58:57 +0000
committerdamien <damien@mandriva.com>2001-03-22 15:58:57 +0000
commit0f830c70d336d3524408c10fbf297cd4a1eb2b47 (patch)
tree7a32b6324e19e517299de827746377225f8a6f85 /perl-install/bootlook.pm
parent2e4468cb74fd8003a997988945a5ca6e40707f3d (diff)
downloaddrakx-0f830c70d336d3524408c10fbf297cd4a1eb2b47.tar
drakx-0f830c70d336d3524408c10fbf297cd4a1eb2b47.tar.gz
drakx-0f830c70d336d3524408c10fbf297cd4a1eb2b47.tar.bz2
drakx-0f830c70d336d3524408c10fbf297cd4a1eb2b47.tar.xz
drakx-0f830c70d336d3524408c10fbf297cd4a1eb2b47.zip
corrected mapn
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r--perl-install/bootlook.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm
index f2f9e7e27..99766089b 100644
--- a/perl-install/bootlook.pm
+++ b/perl-install/bootlook.pm
@@ -303,10 +303,10 @@ sub updateAurora
symlinkf("/lib/aurora/Monitors/$_[1]", "/etc/aurora/Monitor");
$in->standalone::pkgs_install($_[2]) if !(-e "/lib/aurora/Monitors/$_[1]");
}
- },
- ([$a_h_button->get_active(), "NewStyle-WsLib", qw(Aurora-Monitor-NewStyle-WsLib)],
- [$a_v_button->get_active(), "Traditional-WsLib", qw(Aurora-Monitor-Traditional-WsLib)],
- [$a_g_button->get_active(), "Traditional-Gtk+", qw(Aurora-Monitor-Traditional-Gtk+)]);
+ }
+ [$a_h_button->get_active(), "NewStyle-WsLib", q(Aurora-Monitor-NewStyle-WsLib)],
+ [$a_v_button->get_active(), "Traditional-WsLib", q(Aurora-Monitor-Traditional-WsLib)],
+ [$a_g_button->get_active(), "Traditional-Gtk+", q(Aurora-Monitor-Traditional-Gtk+)];
# if ($a_h_button->get_active()) {
# symlinkf("/lib/aurora/Monitors/NewStyle-WsLib", "/etc/aurora/Monitor");