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.64 by elmex, Mon Jun 5 09:23:29 2006 UTC vs.
Revision 1.65 by root, Wed Aug 9 13:46:54 2006 UTC

195 my ($self) = @_; 195 my ($self) = @_;
196 196
197 my $w = $self->{attr_edit_win} = Gtk2::Window->new; 197 my $w = $self->{attr_edit_win} = Gtk2::Window->new;
198 $w->set_title ("gce - edit attrs"); 198 $w->set_title ("gce - edit attrs");
199 $w->add ($self->{attr_edit} = GCE::AttrEdit->new); 199 $w->add ($self->{attr_edit} = GCE::AttrEdit->new);
200 $w->signal_connect (destroy => sub { Gtk2->main_quit; 0 });
201 200
202 main::set_pos_and_size ($w, $main::CFG->{attr_view}, 400, 300, 250, 0); 201 main::set_pos_and_size ($w, $main::CFG->{attr_view}, 400, 300, 250, 0);
203 202
204 $w->show_all; 203 $w->show_all;
205} 204}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines