aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/MTools/Comp/MMultiSelection.pm2
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]);