From 40348a760c3b1d07924db2c7feefa14e2cc5bfae Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 10 Sep 2007 10:09:10 +0000 Subject: do not hardcode icon extension and path --- lib/network/connection/cellular_bluetooth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/connection/cellular_bluetooth.pm') diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index 1457795..0b16ba1 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -9,7 +9,7 @@ my $rfcomm_dev_prefix = "/dev/rfcomm"; sub get_type_name { N("Bluetooth") } sub get_type_description { N("Bluetooth Dial Up Networking") } -sub get_type_icon { 'bluetooth-24.png' } +sub get_type_icon { 'bluetooth-24' } sub get_devices { search_services('DUN') } sub get_metric { 45 } sub get_interface { "ppp0" } -- cgit v1.2.1