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

Comparing deliantra/Deliantra-Client/DC/Item.pm (file contents):
Revision 1.1 by root, Sat Dec 9 02:21:25 2006 UTC vs.
Revision 1.2 by root, Sat Dec 9 21:26:46 2006 UTC

68 68
69sub update_widgets { 69sub update_widgets {
70 my ($self) = @_; 70 my ($self) = @_;
71 71
72 # necessary to avoid cyclic references 72 # necessary to avoid cyclic references
73 Scalar::Util::weaken $self; 73 CFPlus::weaken $self;
74 74
75 my $button_cb = sub { 75 my $button_cb = sub {
76 my (undef, $ev, $x, $y) = @_; 76 my (undef, $ev, $x, $y) = @_;
77 77
78 my $targ = $::CONN->{player}{tag}; 78 my $targ = $::CONN->{player}{tag};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines