From 3988d70dcedc2bf1f74d706087f741f71c35f28f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 16:08:14 +0000 Subject: adapt to Gtk2::Notify --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 1d5b1c6c8..9f9552cc3 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1575,7 +1575,7 @@ sub add { } sub show { - my ($self) = @_; # perl_checker: $self = Gtk2::NotificationBubble->new + my ($self) = @_; # perl_checker: $self = Gtk2::Notify->new my $info = $self->{queue}[0]; $self->{bubble} = Gtk2::Notify->new_with_status_icon($info->{title}, $info->{message}, undef, $self->{statusicon}); $self->{bubble}->set_icon_from_pixbuf($info->{pixbuf}); -- cgit v1.2.1