From 8be205894e2292083f3c80ccf98a18835dacb388 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 9 Aug 2007 19:50:56 +0000 Subject: replace most used modules by connection_manager --- lib/network/netcenter.pm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'lib') diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm index a5910f6..454e574 100755 --- a/lib/network/netcenter.pm +++ b/lib/network/netcenter.pm @@ -6,20 +6,10 @@ package network::netcenter; use strict; use common; -use run_program; -use detect_devices; -use interactive; use mygtk2; use ugtk2 qw(:create :helpers :wrappers); -use Gtk2::SimpleList; -use network::monitor; -use network::signal_strength; -use network::network; -use network::tools; use network::connection; -use network::connection::wireless; -use network::connection::cellular_card; -use network::drakroam; +use network::connection_manager; sub filter_networks { my ($connection) = @_; -- cgit v1.2.1