From 7383b2be362359d851516d91935a3af8d8ff627b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 16:16:22 +0000 Subject: remove last occurence of bubble word --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index f8b93ab22..ab26bda46 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1563,7 +1563,7 @@ sub new { sub process_next { my ($self) = @_; shift @{$self->{queue}}; - #- wait for some time so that the new bubble is noticeable + #- wait for some time so that the new notification is noticeable @{$self->{queue}} and Glib::Timeout->add($self->{delay}, sub { $self->show; 0 }); } -- cgit v1.2.1