summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-14 15:08:50 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-14 15:08:50 +0000
commit3f613fd71704879f109d2613386ded3e2946acc4 (patch)
tree1836355fd74800e6de4bbc094321b304673ce601 /perl-install/ugtk2.pm
parentce64f40f80b92ce5ead57dfbc255b3de0487ceb6 (diff)
downloaddrakx-3f613fd71704879f109d2613386ded3e2946acc4.tar
drakx-3f613fd71704879f109d2613386ded3e2946acc4.tar.gz
drakx-3f613fd71704879f109d2613386ded3e2946acc4.tar.bz2
drakx-3f613fd71704879f109d2613386ded3e2946acc4.tar.xz
drakx-3f613fd71704879f109d2613386ded3e2946acc4.zip
fix titypo
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 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;