diff options
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/recipeselectionpage.py')
-rwxr-xr-x | bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py index b2d2db9d76..46f86e6cdd 100755 --- a/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py +++ b/bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | |||
@@ -234,7 +234,7 @@ class RecipeSelectionPage (HobPage): | |||
234 | # it's save the prev state of column COL_INC before do exclude_item | 234 | # it's save the prev state of column COL_INC before do exclude_item |
235 | filter = { RecipeListModel.COL_FADE_INC : [True], | 235 | filter = { RecipeListModel.COL_FADE_INC : [True], |
236 | RecipeListModel.COL_TYPE : ['recipe', 'task'] } | 236 | RecipeListModel.COL_TYPE : ['recipe', 'task'] } |
237 | new_model = self.recipe_model.tree_model(filter, excluded_items_head=True) | 237 | new_model = self.recipe_model.tree_model(filter, excluded_items_ahead=True) |
238 | tree.set_model(new_model) | 238 | tree.set_model(new_model) |
239 | 239 | ||
240 | def render_fadeout(self, tree, cell): | 240 | def render_fadeout(self, tree, cell): |