summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
diff options
context:
space:
mode:
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");