From 8a427e6a327c5accfb420a37ee3ec193970a3a08 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 19 Sep 2007 23:19:39 +0000 Subject: do not hardcode icon size in get_type_icon implementation, make it optional --- lib/network/connection/pots.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/connection/pots.pm') diff --git a/lib/network/connection/pots.pm b/lib/network/connection/pots.pm index 449d58d..0e5f233 100644 --- a/lib/network/connection/pots.pm +++ b/lib/network/connection/pots.pm @@ -15,7 +15,7 @@ sub get_type_description { #-PO: for example, in French, it can be translated as "RTC" N("Analog telephone modem (POTS)"); } -sub get_type_icon { 'potsmodem-24' } +sub _get_type_icon { 'potsmodem' } sub get_metric { 50 } sub handles_ifcfg { -- cgit v1.2.1