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

Comparing deliantra/gde/GCE/AttrEdit.pm (file contents):
Revision 1.15 by elmex, Wed Mar 15 19:04:07 2006 UTC vs.
Revision 1.16 by elmex, Wed Mar 15 21:45:54 2006 UTC

123 ); 123 );
124 }); 124 });
125 } 125 }
126 126
127 $self->{ntbook}->append_page (my $inv = GCE::InventoryEditor->new, 'inventory'); 127 $self->{ntbook}->append_page (my $inv = GCE::InventoryEditor->new, 'inventory');
128 $inv->set_arch ($arch); 128 $inv->set_arch ($arch, $change_cb);
129 129
130 $self->{ttip}->enable; 130 $self->{ttip}->enable;
131 131
132 $self->show_all; 132 $self->show_all;
133 133

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines