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

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.39 by root, Sat May 27 19:49:07 2006 UTC vs.
Revision 1.40 by root, Sat May 27 20:46:54 2006 UTC

406 fontsize => $_, 406 fontsize => $_,
407 ), (0.8) x 16 407 ), (0.8) x 16
408 ]; 408 ];
409 409
410 $self->{entry} = new CFClient::UI::Entry 410 $self->{entry} = new CFClient::UI::Entry
411 connect_changed => sub { 411 on_changed => sub {
412 $self->update_labels; 412 $self->update_labels;
413 }, 413 },
414 connect_key_down => sub { 414 on_key_down => sub {
415 my ($entry, $ev) = @_; 415 my ($entry, $ev) = @_;
416 416
417 my $self = $entry->{parent}{parent}; 417 my $self = $entry->{parent}{parent};
418 418
419 if ($ev->{sym} == 13) { 419 if ($ev->{sym} == 13) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines