diff options
Diffstat (limited to 'lib/network/connection/cable.pm')
-rw-r--r-- | lib/network/connection/cable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cable.pm b/lib/network/connection/cable.pm index 8d4fe07..15030a2 100644 --- a/lib/network/connection/cable.pm +++ b/lib/network/connection/cable.pm @@ -12,7 +12,7 @@ use detect_devices; sub get_type_name() { N("Cable") } sub get_type_description() { N("Cable modem") } -sub get_type_icon() { 'cablemodem-24' } +sub _get_type_icon() { 'cablemodem' } sub get_metric { 20 } sub handles_ifcfg { |