ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/widget.ext
(Generate patch)

Comparing deliantra/server/ext/widget.ext (file contents):
Revision 1.25 by root, Sun Jan 13 12:42:55 2008 UTC vs.
Revision 1.26 by root, Wed Dec 16 21:36:20 2009 UTC

251 251
252 my $proxy = bless { 252 my $proxy = bless {
253 id => $id, 253 id => $id,
254 }, "ext::widget::proxy"; 254 }, "ext::widget::proxy";
255 255
256 Scalar::Util::weaken ($proxy->{ns} = $self->{ns}); 256 cf::weaken ($proxy->{ns} = $self->{ns});
257 Scalar::Util::weaken ($self->{ns}{widget}{$id} = $proxy); 257 cf::weaken ($self->{ns}{widget}{$id} = $proxy);
258 258
259 $proxy 259 $proxy
260} 260}
261 261
262sub new { 262sub new {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines