diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-19 23:19:39 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-19 23:19:39 +0000 |
commit | 8a427e6a327c5accfb420a37ee3ec193970a3a08 (patch) | |
tree | 98371e6c34953f01c1f8c23be53dc837484e5db7 /lib/network/connection/ethernet.pm | |
parent | 1509e8e3e674274abc8ae32185b14088642b9839 (diff) | |
download | drakx-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/ethernet.pm')
-rw-r--r-- | lib/network/connection/ethernet.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm index cccaa32..7b7cfc4 100644 --- a/lib/network/connection/ethernet.pm +++ b/lib/network/connection/ethernet.pm @@ -8,7 +8,7 @@ use common; our @dhcp_clients = qw(dhclient dhcpcd pump dhcpxd); sub get_type_name() { N("Ethernet") } -sub get_type_icon() { 'ethernet-24' } +sub _get_type_icon() { 'ethernet' } sub get_devices() { #require list_modules; |