diff options
Diffstat (limited to 'bin/net_applet')
-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 db4e593..2b349eb 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -159,7 +159,7 @@ eval { }); } if $dbus; -my $bubble_queue = Gtk2::NotificationBubble::Queue->new($icon); +my $bubble_queue = Gtk2::Notify::Queue->new($icon); $icon->signal_connect(activate => sub { my ($_icon, $button, $time) = @_; |