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.367 by root, Fri Apr 27 00:59:14 2007 UTC vs.
Revision 1.368 by root, Mon Jun 25 05:43:37 2007 UTC

266 my ($self) = @_; 266 my ($self) = @_;
267 267
268 $self->hide; 268 $self->hide;
269 $self->emit ("destroy"); 269 $self->emit ("destroy");
270 %$self = (); 270 %$self = ();
271}
272
273sub TO_JSON {
274 { __widget_ref__ => $_[0]{s_id} }
271} 275}
272 276
273sub show { 277sub show {
274 my ($self) = @_; 278 my ($self) = @_;
275 279

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines