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

Comparing deliantra/Deliantra-Client/DC/UI/MessageWindow.pm (file contents):
Revision 1.21 by elmex, Fri Aug 31 08:15:45 2007 UTC vs.
Revision 1.22 by root, Sat Sep 1 07:22:21 2007 UTC

226 if ($para->{color_flags} & NDI_REPLY) { 226 if ($para->{color_flags} & NDI_REPLY) {
227 $self->{nb}->set_current_page ($cv); 227 $self->{nb}->set_current_page ($cv);
228 } 228 }
229 229
230 if ($para->{color_flags} & NDI_CLEAR) { 230 if ($para->{color_flags} & NDI_CLEAR) {
231 $cv->clear; 231 $cv->clear_log;
232 } 232 }
233 } 233 }
234 234
235 $self->{chatviews}->{$id}->message ($para); 235 $self->{chatviews}->{$id}->message ($para);
236 236
282 return unless $page; 282 return unless $page;
283 283
284 $self->{nb}->set_current_page ($page); 284 $self->{nb}->set_current_page ($page);
285} 285}
286 286
2871; 2871
288 288

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines