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.23 by root, Wed May 17 00:26:55 2006 UTC vs.
Revision 1.24 by root, Wed May 17 10:14:52 2006 UTC

477 $self->{select} = "$matches[0][0]$arg"; 477 $self->{select} = "$matches[0][0]$arg";
478 478
479 $labels[0]->{fg} = [0, 0, 0, 1]; 479 $labels[0]->{fg} = [0, 0, 0, 1];
480 $labels[0]->{bg} = [1, 1, 1, 0.8]; 480 $labels[0]->{bg} = [1, 1, 1, 0.8];
481 } else { 481 } else {
482 delete $self->{select}; 482 $self->{select} = "$cmd$arg";
483 } 483 }
484 484
485 for my $match (@matches) { 485 for my $match (@matches) {
486 my $label = shift @labels; 486 my $label = shift @labels;
487 487

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines