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.38 by elmex, Thu Mar 16 20:51:38 2006 UTC vs.
Revision 1.39 by elmex, Thu Mar 16 21:18:54 2006 UTC

77} 77}
78 78
79sub open_map_editor { 79sub open_map_editor {
80 my ($self, $mapfile) = @_; 80 my ($self, $mapfile) = @_;
81 81
82 unless (ref $mapfile) {
82 unless (File::Spec->file_name_is_absolute ($mapfile)) { 83 unless (File::Spec->file_name_is_absolute ($mapfile)) {
83 $mapfile = File::Spec->rel2abs ($mapfile); 84 $mapfile = File::Spec->rel2abs ($mapfile);
85 }
84 } 86 }
85 87
86 # XXX: last_map_window is a dirty trick to get the position and size 88 # XXX: last_map_window is a dirty trick to get the position and size
87 # for save layout 89 # for save layout
88 90

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines