diff options
author | ribet | 2007-08-30 15:40:38 +0000 |
---|---|---|
committer | ribet | 2007-08-30 15:40:38 +0000 |
commit | 5d8d8e5962056be63bfd5a581113e1943e122a26 (patch) | |
tree | f9f6998fb7ab1d66c38c20e3c026e5580373cd30 /src | |
parent | 0790140618e92d3d10582d58b688e8d09917b370 (diff) | |
download | mtc-5d8d8e5962056be63bfd5a581113e1943e122a26.zip mtc-5d8d8e5962056be63bfd5a581113e1943e122a26.tar.gz mtc-5d8d8e5962056be63bfd5a581113e1943e122a26.tar.bz2 mtc-5d8d8e5962056be63bfd5a581113e1943e122a26.tar.xz |
Conséquence du changement de gestion de callback pour l'inertie.
Diffstat (limited to 'src')
-rw-r--r-- | src/MTools/Comp/MMultiSelection.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTools/Comp/MMultiSelection.pm b/src/MTools/Comp/MMultiSelection.pm index 9a7260b..0697a73 100644 --- a/src/MTools/Comp/MMultiSelection.pm +++ b/src/MTools/Comp/MMultiSelection.pm @@ -132,7 +132,7 @@ sub new { 'msg_moved' => 'FLECHEMOVED', 'msg_released' => 'FLECHERELEASED', 'msg_stopped' => 'FLECHEINERTIE_STOPPED', - 'inertie_callback' => '__translate_fleche', + 'inertie_callback' => [$self, '__translate_fleche'], ); binding ($inertie, 'FLECHEINERTIE_STOPPED', [$self, \&__fin_fleche_moved]); |