From 3f613fd71704879f109d2613386ded3e2946acc4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 14 Mar 2008 15:08:50 +0000 Subject: fix titypo --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 23a94cdcc..2a6f5c50f 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1591,7 +1591,7 @@ sub show { } }); $self->{bubble}->set_timeout($self->{display}); - Glib::Timeout->add($self->{delay}, sub { + Glib::Timeout->add($self->{display}, sub { my $info = $self->{queue}[0]; $info->{timeout}->() if $info->{timeout}; $self->process_next; -- cgit v1.2.1