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

Comparing deliantra/Deliantra-Client/DC/Item.pm (file contents):
Revision 1.12 by root, Sat Dec 29 13:44:29 2007 UTC vs.
Revision 1.13 by root, Thu May 8 20:19:49 2008 UTC

201 my ($widget) = @_; 201 my ($widget) = @_;
202 202
203 $::CONN && $::CONN->ex ($self->{tag}, sub { 203 $::CONN && $::CONN->ex ($self->{tag}, sub {
204 my ($long_desc) = @_; 204 my ($long_desc) = @_;
205 205
206 $long_desc =~ s/\s+$//; 206 $long_desc = DC::Protocol::sanitise_xml ($long_desc);
207 207
208 $self->{long_desc} = $long_desc; 208 $self->{long_desc} = $long_desc;
209 $widget->set_tooltip ("<b>$long_desc</b>\n\n$tooltip_std"); 209 $widget->set_tooltip ("<b>$long_desc</b>\n\n$tooltip_std");
210 }); 210 });
211 }, 211 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines