From 798da97069621c35e6549bcc3f5b6570894e718f Mon Sep 17 00:00:00 2001 From: etienne Date: Thu, 27 Dec 2007 14:32:18 +0000 Subject: correction typo --- src/Agent.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Agent.pm b/src/Agent.pm index 44c72ff..740d58e 100644 --- a/src/Agent.pm +++ b/src/Agent.pm @@ -206,7 +206,7 @@ sub stopPbAnim { undef $self->{afterid}; } -} +} # end stopPbAnim sub pb { my $self = shift; @@ -376,7 +376,7 @@ sub _cbOnPress { $self->{label}->configure(-foreground => $hlbg); if ($self->{status} > 0) { IvyIO::kill($self->{appname}); - $self->StopPbAnim; + $self->stopPbAnim; $mw->after(400, sub {$self->{label}->configure(-foreground => $fg);}); } elsif ($self->{command}) { my ($x, $y) = ($self->{label}->rootx, $self->{label}->rooty); -- cgit v1.1