summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2007-12-27 14:32:18 +0000
committeretienne2007-12-27 14:32:18 +0000
commit798da97069621c35e6549bcc3f5b6570894e718f (patch)
tree48b7128deb1685f259daad2cf7cf23147a4fe8b7
parent07ee868777ce74809ff7359913ae5eeb39a10980 (diff)
downloadivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.zip
ivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.tar.gz
ivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.tar.bz2
ivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.tar.xz
correction typo
-rw-r--r--src/Agent.pm4
1 files 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);