ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/MapWidget.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.127 by root, Sat Dec 29 16:29:00 2007 UTC vs.
Revision 1.128 by root, Thu Apr 17 20:13:17 2008 UTC

216 sub { $::PICKUP_ENABLE->toggle } 216 sub { $::PICKUP_ENABLE->toggle }
217 ], 217 ],
218 ); 218 );
219 219
220 if ($::CONN && $::CONN->{editor_support}) { 220 if ($::CONN && $::CONN->{editor_support}) {
221 push @items, [ 221# push @items, [
222 "Edit this map <span size='xx-small'>(" . (DC::asxml $::CONN->{map_info}[0]) . ")</span>", 222# "Edit this map <span size='xx-small'>(" . (DC::asxml $::CONN->{map_info}[0]) . ")</span>",
223 \&editor_invoke, 223# \&editor_invoke,
224 ]; 224# ];
225 225
226 for my $type (qw(test name)) { 226 for my $type (qw(test name)) {
227 $::CONN->{editor_support}{type} ne $type 227 $::CONN->{editor_support}{type} ne $type
228 or next; 228 or next;
229 my $server = $::CONN->{editor_support}{"${type}server"} 229 my $server = $::CONN->{editor_support}{"${type}server"}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines