From 60758a3428a7e54d5b8528583277103eff75bde1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Oct 2009 12:40:54 +0000 Subject: (add_device_wizard) fix crash due to functions moved from drakx-kbd-mouse-x11 into detect_devices (#54399) in r258256 by cfergeauon 2009-07-01 --- perl-install/standalone/drakups | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index b350bb922..a52384e67 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -142,8 +142,8 @@ Please fill in its name, its driver and its port.", $model, $vendor); [ { label => N("Name:"), val => \$name, help => N("The name of your ups") }, { label => N("Driver:"), val => \$driver, help => N("The driver that manages your ups") }, - { label => N("Port:"), val => \$port, format => \&mouse::serial_port2text, type => "combo", - list => [ &mouse::serial_ports() ], not_edit => 0, + { label => N("Port:"), val => \$port, format => \&detect_devices::serialPort2text, type => "combo", + list => [ &detect_devices::serialPorts() ], not_edit => 0, help => N("The port on which is connected your ups") }, ]; }, -- cgit v1.2.1