From 8c1f9ec47c108697e9fa182e74c14b7f0e08332d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 30 Apr 2008 23:36:08 +0000 Subject: use common in network::net_applet so that find works again --- bin/net_applet | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/net_applet b/bin/net_applet index 7175693..5cb7882 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -32,6 +32,7 @@ is_running('net_applet') and die "net_applet already running\n"; package network::net_applet; use mygtk2 qw(gtknew gtkset); +use common; our ($current_state, $current_interface); our ($icon, $notification_queue); -- cgit v1.2.1