aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorribet2010-05-11 13:05:47 +0000
committerribet2010-05-11 13:05:47 +0000
commit8ff58f98a8bc30dbd6bd6505028df19cd05a1945 (patch)
tree5e23ece85279f18e9f9859d5d5460ec2f7c9b234
parent1b12ab052c0cdfa5cea4aac0e2362212b56b443d (diff)
downloadmtc-8ff58f98a8bc30dbd6bd6505028df19cd05a1945.zip
mtc-8ff58f98a8bc30dbd6bd6505028df19cd05a1945.tar.gz
mtc-8ff58f98a8bc30dbd6bd6505028df19cd05a1945.tar.bz2
mtc-8ff58f98a8bc30dbd6bd6505028df19cd05a1945.tar.xz
Comment
-rw-r--r--src/MTools/Widget/MBouton.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTools/Widget/MBouton.pm b/src/MTools/Widget/MBouton.pm
index acabe65..07736c8 100644
--- a/src/MTools/Widget/MBouton.pm
+++ b/src/MTools/Widget/MBouton.pm
@@ -43,7 +43,7 @@ sub new {
my $eventOff = defined $options {e_release} ? $options {e_release} : 'RELEASED';
my $cb = $options {call} if (defined $options {call});
- $self -> recordEvent ('MAINTAIN_DOWN');
+ $self -> recordEvent ('MAINTAIN_DOWN'); #utiliser les variables $eventOn?
$self -> recordEvent ('PRESS');
$self -> recordEvent ('RELEASE');
$self -> mconfigure (-atomic => 1);