--- deliantra/Deliantra-Client/DC/MapWidget.pm 2006/06/18 19:13:20 1.66 +++ deliantra/Deliantra-Client/DC/MapWidget.pm 2006/06/25 13:42:45 1.68 @@ -197,7 +197,7 @@ $::BIND_EDITOR->set_binding (undef, undef, [], sub { my ($mod, $sym, $cmds) = @_; - $::CFG->{profile}{default}{bindings}{$mod}{$sym} = $cmds; + $::BIND_EDITOR->cfg_bind ($mod, $sym, $cmds); }); $::BIND_EDITOR->start; $::BIND_EDITOR->show; @@ -507,7 +507,7 @@ $self->{last_command} = $self->{select}; $::CONN->user_send ($self->{select}); - unshift @{$self->{history}}, $self->{select}; + unshift @{$self->{history}}, $self->{entry}->get_text; $self->{hist_ptr} = 0; $self->hide;