summaryrefslogtreecommitdiffstats
path: root/lib/network/connection_manager.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection_manager.pm')
-rw-r--r--lib/network/connection_manager.pm4
1 files changed, 2 insertions, 2 deletions
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;
}