--- deliantra/Deliantra-Client/DC/UI.pm 2006/06/02 06:22:55 1.269 +++ deliantra/Deliantra-Client/DC/UI.pm 2006/06/02 09:02:49 1.270 @@ -3153,7 +3153,12 @@ $self->set_command_list ($rec); } -# if $commit is true, the binding will be set after the user entered a key combo + +sub ask_for_bind_and_commit { + my ($self) = @_; + $self->ask_for_bind (1); +} + sub ask_for_bind { my ($self, $commit) = @_;