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

Comparing deliantra/Deliantra-Client/DC/MessageDistributor.pm (file contents):
Revision 1.3 by root, Thu Mar 20 22:28:33 2008 UTC vs.
Revision 1.4 by elmex, Fri Mar 21 11:17:11 2008 UTC

41 $self->touch_channel ($chaninfo->{id}); 41 $self->touch_channel ($chaninfo->{id});
42} 42}
43 43
44# set max paragraphs 44# set max paragraphs
45sub set_max_par { 45sub set_max_par {
46 # nop 46 my ($self, $par) = @_;
47 for ($self->{log}, values %{$self->{chatview}}) {
48 $_->set_max_par ($par);
49 }
47} 50}
48 51
49# set fontsize for all chatviews 52# set fontsize for all chatviews
50sub set_fontsize { 53sub set_fontsize {
51 my ($self, $s) = @_; 54 my ($self, $s) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines