ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/bin/gce
(Generate patch)

Comparing deliantra/gde/bin/gce (file contents):
Revision 1.2 by root, Thu Feb 23 03:07:22 2006 UTC vs.
Revision 1.3 by root, Thu Feb 23 03:14:22 2006 UTC

17our $MAINWIN; 17our $MAINWIN;
18 18
19use GCE::MainWindow; 19use GCE::MainWindow;
20use Data::Dumper; 20use Data::Dumper;
21 21
22read_cfg ("$Crossfire::CACHEDIR/gceconfig"); 22read_cfg ("$Crossfire::VARDIR/gceconfig");
23my $w = GCE::MainWindow->new; 23my $w = GCE::MainWindow->new;
24 24
25$w->load_layout; 25$w->load_layout;
26 26
27$w->show_all; 27$w->show_all;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines