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

Comparing deliantra/gde/GCE/MainWindow.pm (file contents):
Revision 1.13 by elmex, Wed Feb 8 16:46:16 2006 UTC vs.
Revision 1.14 by elmex, Thu Feb 9 15:45:52 2006 UTC

14use Crossfire::MapWidget; 14use Crossfire::MapWidget;
15 15
16use GCE::AttrEdit; 16use GCE::AttrEdit;
17use GCE::MapEditor; 17use GCE::MapEditor;
18 18
19use GCE::AttrTypemap;
20
19use Glib::Object::Subclass 21use Glib::Object::Subclass
20 Gtk2::Window; 22 Gtk2::Window;
21 23
22use strict; 24use strict;
23 25
29 31
30 $self->{mapedit}->update_pick ($_[0]) 32 $self->{mapedit}->update_pick ($_[0])
31 }, 33 },
32 arch_edit_cb => sub { 34 arch_edit_cb => sub {
33 35
34 $self->{mapedit}->update_attr_editor ($_[0]) 36 $self->{mapedit}->update_attr_editor ($_[0], 1)
35 } 37 }
36 ); 38 );
37 $p->init; 39 $p->init;
38} 40}
39
40 41
41sub build_menu { 42sub build_menu {
42 my ($self) = @_; 43 my ($self) = @_;
43 44
44 my $menu_tree = [ 45 my $menu_tree = [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines