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

Comparing deliantra/Deliantra-Client/DC/Protocol.pm (file contents):
Revision 1.193 by root, Thu Apr 24 00:08:33 2008 UTC vs.
Revision 1.194 by root, Mon May 5 20:22:03 2008 UTC

1170 $::FLOORBOX->clear; 1170 $::FLOORBOX->clear;
1171 1171
1172 my @add; 1172 my @add;
1173 1173
1174 my $row; 1174 my $row;
1175 for (sort { $a->{count} <=> $b->{count} } values %{ $::CONN->{container}{$::CONN->{open_container} || 0} }) { 1175 for (sort { $b->{count} <=> $a->{count} } values %{ $::CONN->{container}{$::CONN->{open_container} || 0} }) {
1176 next if $_->{tag} & 0x80000000;
1176 if ($row < 6) { 1177 if ($row < 6) {
1177 local $_->{face_widget}; # hack to force recreation of widget 1178 local $_->{face_widget}; # hack to force recreation of widget
1178 local $_->{desc_widget}; # hack to force recreation of widget 1179 local $_->{desc_widget}; # hack to force recreation of widget
1179 DC::Item::update_widgets $_; 1180 DC::Item::update_widgets $_;
1180 1181

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines