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.189 by root, Mon May 8 22:17:24 2006 UTC vs.
Revision 1.190 by root, Mon May 8 22:17:38 2006 UTC

405sub check_size { 405sub check_size {
406 my ($self) = @_; 406 my ($self) = @_;
407 407
408 $self->_check_size; 408 $self->_check_size;
409 return; 409 return;
410 #TODO: but needs a vastly more difficult algorithm
410 my $check_size = $CFClient::UI::ROOT->{_check_size} ||= {}; 411 my $check_size = $CFClient::UI::ROOT->{_check_size} ||= {};
411 412
412 $check_size->{$self} = $self; 413 $check_size->{$self} = $self;
413 414
414 $CFClient::UI::ROOT->on_refresh (_check_size => sub { 415 $CFClient::UI::ROOT->on_refresh (_check_size => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines