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

Comparing deliantra/Deliantra-Client/DC/UI/Inventory.pm (file contents):
Revision 1.1 by root, Sat Dec 9 02:21:25 2006 UTC vs.
Revision 1.2 by root, Fri Jul 20 16:32:04 2007 UTC

39 push @adds, 2, $row, $item->{weight_widget}; 39 push @adds, 2, $row, $item->{weight_widget};
40 40
41 $row++; 41 $row++;
42 } 42 }
43 43
44 $self->add (@adds); 44 $self->add_at (@adds);
45} 45}
46 46
47sub set_sort_order { 47sub set_sort_order {
48 my ($self, $order) = @_; 48 my ($self, $order) = @_;
49 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines