From 946a66201d82a73c13398dc5dd811389a25d735c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 7 May 2013 02:12:29 +0000 Subject: connection manager gtk: use a global pixbufs hash to simplify API --- lib/network/connection_manager.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/network/connection_manager.pm') diff --git a/lib/network/connection_manager.pm b/lib/network/connection_manager.pm index fdfe5ca..fd5489c 100644 --- a/lib/network/connection_manager.pm +++ b/lib/network/connection_manager.pm @@ -13,9 +13,9 @@ use network::connection; use modules; sub new { - my ($class, $in, $net, $w, $pixbufs) = @_; + my ($class, $in, $net) = @_; bless { - in => $in, net => $net, gui => { w => $w, pixbufs => $pixbufs }, + in => $in, net => $net, }, $class; } -- cgit v1.2.1