ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/InventoryEditor.pm
(Generate patch)

Comparing deliantra/gde/GCE/InventoryEditor.pm (file contents):
Revision 1.9 by elmex, Tue Apr 4 21:12:08 2006 UTC vs.
Revision 1.10 by elmex, Tue Dec 5 15:21:51 2006 UTC

119 }); 119 });
120 120
121 $hb2->pack_start (my $img = (new_from_pixbuf Gtk2::Image $pb), 0, 0, 0); 121 $hb2->pack_start (my $img = (new_from_pixbuf Gtk2::Image $pb), 0, 0, 0);
122 $img->set_alignment (0, 0.5); 122 $img->set_alignment (0, 0.5);
123 123
124 $hb2->pack_start (my $lbl = Gtk2::Label->new ($a->{_name}), 0, 0, 0); 124 $hb2->pack_start (my $lbl = Gtk2::Label->new ($ia->get ('_name')), 0, 0, 0);
125 $lbl->set_alignment (0, 0.5); 125 $lbl->set_alignment (0, 0.5);
126 126
127 GCE::DragHelper::set_drag_source ( 127 GCE::DragHelper::set_drag_source (
128 $elemhdl, arch => sub { 128 $elemhdl, arch => sub {
129 { arch => $inv->[$ownidx], inv => $inv, inv_idx => $ownidx } 129 { arch => $inv->[$ownidx], inv => $inv, inv_idx => $ownidx }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines