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.17 by elmex, Mon Feb 20 13:30:28 2006 UTC vs.
Revision 1.18 by elmex, Mon Feb 20 18:21:04 2006 UTC

26 26
27use strict; 27use strict;
28 28
29our $MAINWIN; 29our $MAINWIN;
30 30
31# XXX: make a recursive call from save_layout to all (interesting) sub-widgets
31sub save_layout { 32sub save_layout {
32 my ($self) = @_; 33 my ($self) = @_;
33 34
34 $main::CFG->{attr_edit_on} = exists $self->{attr_edit} ? 1 : 0; 35 $main::CFG->{attr_edit_on} = exists $self->{attr_edit} ? 1 : 0;
35 $main::CFG->{stack_view_on} = exists $self->{sv} ? 1 : 0; 36 $main::CFG->{stack_view_on} = exists $self->{sv} ? 1 : 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines