diff options
author | etienne | 2007-12-27 14:32:18 +0000 |
---|---|---|
committer | etienne | 2007-12-27 14:32:18 +0000 |
commit | 798da97069621c35e6549bcc3f5b6570894e718f (patch) | |
tree | 48b7128deb1685f259daad2cf7cf23147a4fe8b7 /src | |
parent | 07ee868777ce74809ff7359913ae5eeb39a10980 (diff) | |
download | ivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.zip ivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.tar.gz ivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.tar.bz2 ivycontrolpanel-798da97069621c35e6549bcc3f5b6570894e718f.tar.xz |
correction typo
Diffstat (limited to 'src')
-rw-r--r-- | src/Agent.pm | 4 |
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); |