From af33249b43e2ad5ad0e255307d441137a08d7de5 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 13 Aug 2007 16:51:58 +0000 Subject: rename prepare_connection as setup_connection (to avoid confusion with network::connection::prepare_connection) --- lib/network/connection_manager.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/connection_manager.pm') diff --git a/lib/network/connection_manager.pm b/lib/network/connection_manager.pm index beebf45..e7a8401 100644 --- a/lib/network/connection_manager.pm +++ b/lib/network/connection_manager.pm @@ -33,7 +33,7 @@ sub create { { in => $in, net => $net, gui => { w => $w, pixbufs => $pixbufs } }; } -sub prepare_connection { +sub setup_connection { my ($cmanager) = @_; my @packages = $cmanager->{connection}->can('get_packages') ? $cmanager->{connection}->get_packages : (); -- cgit v1.2.1