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.18 by root, Thu Dec 29 07:13:44 2011 UTC vs.
Revision 1.19 by root, Wed Nov 21 13:23:10 2012 UTC

217 my ($widget) = @_; 217 my ($widget) = @_;
218 218
219 $::CONN && $::CONN->ex ($self->{tag}, sub { 219 $::CONN && $::CONN->ex ($self->{tag}, sub {
220 my ($long_desc) = @_; 220 my ($long_desc) = @_;
221 221
222 $long_desc = DC::Protocol::sanitise_xml ($long_desc); 222 $long_desc = DC::sanitise_cfxml ($long_desc);
223 223
224 $self->{long_desc} = $long_desc; 224 $self->{long_desc} = $long_desc;
225 $widget->set_tooltip ("<b>$long_desc</b>\n\n$tooltip_std"); 225 $widget->set_tooltip ("<b>$long_desc</b>\n\n$tooltip_std");
226 }); 226 });
227 }, 227 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines