From d81193d6e541ca41ef01723087e19e81d8579a29 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 28 May 2008 12:49:29 +0000 Subject: add has_unique_network method --- lib/network/connection.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/network/connection.pm') diff --git a/lib/network/connection.pm b/lib/network/connection.pm index 7b13396..013441b 100644 --- a/lib/network/connection.pm +++ b/lib/network/connection.pm @@ -152,6 +152,8 @@ sub load_interface_settings { sub network_scan_is_slow { 0 } #- override to return 1 if the hardware check is slow sub check_hardware_is_slow { 0 } +#- override to return 1 if only one network is supported +sub has_unique_network { 0 } sub get_network_access_settings_label { N("Network access settings") } sub get_access_settings_label { N("Access settings") } -- cgit v1.2.1