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.11 by root, Mon Apr 24 03:33:51 2006 UTC vs.
Revision 1.12 by root, Mon Apr 24 06:05:35 2006 UTC

245 (delete $self->{command_widget})->hide; 245 (delete $self->{command_widget})->hide;
246 $self->focus_in; 246 $self->focus_in;
247 }, 247 },
248 ; 248 ;
249 $self->{command_widget}->key_down ($ev); 249 $self->{command_widget}->key_down ($ev);
250 return unless $self->{command_widget};
250 $self->{command_widget}->show; 251 $self->{command_widget}->show;
251 $self->{command_widget}->focus_in; 252 $self->{command_widget}->focus_in;
252 } 253 }
253} 254}
254 255

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines