diff options
| author | Olivier Blin <blino@mageia.org> | 2011-12-09 23:28:22 +0000 |
|---|---|---|
| committer | Olivier Blin <blino@mageia.org> | 2011-12-09 23:28:22 +0000 |
| commit | b203c65ef80191b0dad43616bb30545b5ec58a52 (patch) | |
| tree | 91db59dfe8d6ceb3bfe091dfc25dc1d16dbdca6a | |
| parent | f60e277845ead925eb2cd8ad6cf4bcf4f83ca94a (diff) | |
| download | drakx-net-b203c65ef80191b0dad43616bb30545b5ec58a52.tar drakx-net-b203c65ef80191b0dad43616bb30545b5ec58a52.tar.gz drakx-net-b203c65ef80191b0dad43616bb30545b5ec58a52.tar.bz2 drakx-net-b203c65ef80191b0dad43616bb30545b5ec58a52.tar.xz drakx-net-b203c65ef80191b0dad43616bb30545b5ec58a52.zip | |
net_applet: use better libnotify app name
| -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); |
