ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.269 by root, Fri Jun 2 06:22:55 2006 UTC vs.
Revision 1.270 by elmex, Fri Jun 2 09:02:49 2006 UTC

3151 $rec = $::CONN->stop_record if $::CONN; 3151 $rec = $::CONN->stop_record if $::CONN;
3152 return unless ref $rec eq 'ARRAY'; 3152 return unless ref $rec eq 'ARRAY';
3153 $self->set_command_list ($rec); 3153 $self->set_command_list ($rec);
3154} 3154}
3155 3155
3156# if $commit is true, the binding will be set after the user entered a key combo 3156
3157sub ask_for_bind_and_commit {
3158 my ($self) = @_;
3159 $self->ask_for_bind (1);
3160}
3161
3157sub ask_for_bind { 3162sub ask_for_bind {
3158 my ($self, $commit) = @_; 3163 my ($self, $commit) = @_;
3159 3164
3160 CFClient::Binder::open_binding_dialog (sub { 3165 CFClient::Binder::open_binding_dialog (sub {
3161 my ($mod, $sym) = @_; 3166 my ($mod, $sym) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines