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

Comparing deliantra/Deliantra-Client/DC/UI/ChatView.pm (file contents):
Revision 1.8 by root, Thu Aug 30 07:08:17 2007 UTC vs.
Revision 1.9 by elmex, Fri Aug 31 08:15:45 2007 UTC

119sub set_max_para { 119sub set_max_para {
120 my ($self, $max_par) = @_; 120 my ($self, $max_par) = @_;
121 $self->{txt}{max_par} = $max_par; 121 $self->{txt}{max_par} = $max_par;
122} 122}
123 123
124sub clear {
125 my ($self) = @_;
126 $self->{txt}->clear;
127}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines