From 265392641d5a0ad6647bee8598a45aaa4dff5be0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 8 Mar 2006 16:27:11 +0000 Subject: fix typo --- perl-install/harddrake/autoconf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 094cbedc7..9a60fb87b 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -53,7 +53,7 @@ sub bluetooth { require services; services::set_status("bluetooth", $enable); my $kbluetoothd_cfg = '/etc/kde/kbluetoothdrc'; - update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg, + update_gnomekderc($kbluetoothd_cfg, 'General', 'AutoStart' => bool2text($enable)) if -f $kbluetoothd_cfg; } -- cgit v1.2.1