summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/cellular_bluetooth.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-19 23:19:39 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-19 23:19:39 +0000
commit8a427e6a327c5accfb420a37ee3ec193970a3a08 (patch)
tree98371e6c34953f01c1f8c23be53dc837484e5db7 /lib/network/connection/cellular_bluetooth.pm
parent1509e8e3e674274abc8ae32185b14088642b9839 (diff)
downloaddrakx-net-8a427e6a327c5accfb420a37ee3ec193970a3a08.tar
drakx-net-8a427e6a327c5accfb420a37ee3ec193970a3a08.tar.gz
drakx-net-8a427e6a327c5accfb420a37ee3ec193970a3a08.tar.bz2
drakx-net-8a427e6a327c5accfb420a37ee3ec193970a3a08.tar.xz
drakx-net-8a427e6a327c5accfb420a37ee3ec193970a3a08.zip
do not hardcode icon size in get_type_icon implementation, make it optional
Diffstat (limited to 'lib/network/connection/cellular_bluetooth.pm')
-rw-r--r--lib/network/connection/cellular_bluetooth.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm
index 0b16ba1..cc75be7 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' }
+sub _get_type_icon { 'bluetooth' }
sub get_devices { search_services('DUN') }
sub get_metric { 45 }
sub get_interface { "ppp0" }