--- queensgui/src/containerlist.cpp 2007/07/25 19:29:51 14 +++ queensgui/src/containerlist.cpp 2007/07/25 19:39:37 15 @@ -22,7 +22,7 @@ ContainerList::ContainerList(GUIUpdate* update) : SolutionContainer(update) { - total = -1; + total = 0; } @@ -91,6 +91,7 @@ void ContainerList::addSolution(Solution* sol) { solutions.push_back(boost::shared_ptr(sol)); + total++; } Solution* ContainerList::solution(int index)