summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-14 16:16:22 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-14 16:16:22 +0000
commit7383b2be362359d851516d91935a3af8d8ff627b (patch)
tree3b532ba75203beba352bfc39cc6b243a7ca8da2e /perl-install/ugtk2.pm
parenta126b893c7d4bfddedec65642dc38c09fa37e939 (diff)
downloaddrakx-7383b2be362359d851516d91935a3af8d8ff627b.tar
drakx-7383b2be362359d851516d91935a3af8d8ff627b.tar.gz
drakx-7383b2be362359d851516d91935a3af8d8ff627b.tar.bz2
drakx-7383b2be362359d851516d91935a3af8d8ff627b.tar.xz
drakx-7383b2be362359d851516d91935a3af8d8ff627b.zip
remove last occurence of bubble word
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
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 });
}