1
0
Fork 0

(svn r17015) -Fix [FS#3075]: infinite recursion in content dependency checking

release/1.0
rubidium 2009-07-31 23:54:43 +00:00
parent 3631f40637
commit ae71df349e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ bool ContentInfo::IsSelected() const
switch (this->state) {
case ContentInfo::SELECTED:
case ContentInfo::AUTOSELECTED:
case ContentInfo::ALREADY_HERE:
return true;
default: