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.158 by root, Mon Apr 24 02:41:48 2006 UTC vs.
Revision 1.159 by root, Mon Apr 24 03:19:42 2006 UTC

140 $self->connect ($1 => delete $self->{$_}); 140 $self->connect ($1 => delete $self->{$_});
141 } 141 }
142 } 142 }
143 143
144 $self 144 $self
145}
146
147sub destroy {
148 my ($self) = @_;
149
150 $self->hide;
151 %$self = ();
145} 152}
146 153
147sub show { 154sub show {
148 my ($self) = @_; 155 my ($self) = @_;
149 156

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines