diff options
-rwxr-xr-x | bin/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/net_applet b/bin/net_applet index fd2b79b..2873679 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -20,7 +20,7 @@ use dbus_object; use network::monitor; use network::signal_strength; use detect_devices; -use Gtk2::Notify -init, 'notify'; +use Gtk2::Notify -init, 'NetApplet'; use ugtk2 qw(:create :helpers :wrappers :dialogs); |