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.85 by elmex, Sun Aug 3 17:31:07 2008 UTC vs.
Revision 1.86 by elmex, Wed Apr 21 10:22:20 2010 UTC

64 }; 64 };
65 } 65 }
66 66
67 $self->{attr_edit}->save_layout; 67 $self->{attr_edit}->save_layout;
68 68
69 $self->write_cfg;
70}
71
72sub write_cfg {
73 my ($self) = @_;
69 main::write_cfg ("$Deliantra::VARDIR/gdeconfig"); 74 main::write_cfg ("$Deliantra::VARDIR/gdeconfig");
70} 75}
71 76
72sub load_layout { 77sub load_layout {
73 my ($self) = @_; 78 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines