one other change

git-svn-id: file:///home/svn/incoming/trunk@3555 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2006-03-07 07:07:00 +00:00
parent 8b4ddab401
commit e22b38ee8c
1 changed files with 3 additions and 3 deletions

View File

@ -70,9 +70,9 @@ class PayloadSet < ModuleSet
# of singles, stagers, and stages.
#
def recalculate
# Reset the current hash associations
self.each_key { |key|
manager.delete(key)
# Reset the current hash associations for all non-symbolic modules
self.each_pair { |key, v|
manager.delete(key) if (v != SymbolicModule)
}
self.delete_if { |k, v|