Merge r4062

This commit is contained in:
Steven Barth 2009-01-17 13:07:52 +00:00
parent 08f7b36130
commit 65beeabab5

View file

@ -769,6 +769,7 @@ end
-- Removes the section -- Removes the section
function AbstractSection.remove(self, section) function AbstractSection.remove(self, section)
self.map.autoapply = false
return self.map:del(section) return self.map:del(section)
end end
@ -795,6 +796,8 @@ function AbstractSection.create(self, section)
end end
end end
self.map.autoapply = false
return stat return stat
end end